To find a parent item of type T, you can use the following helper class: This can then be utilised as follows: Grid item = ((DependencyObject)childObject).FindParentOfType(); This was particularly useful when wanting to locate an invalid control from a ValidationSummary in silverlight, that was nested in an accordian panel: BIG shout out goes to Jedi... Continue Reading →