'Declaration Public Overloads Shared Function GetParentOfType( _ ByVal reference As Windows.UI.Xaml.DependencyObject, _ ByVal type As System.Type, _ ByVal lookOutsideVisualTree As System.Boolean _ ) As Windows.UI.Xaml.DependencyObject
public static Windows.UI.Xaml.DependencyObject GetParentOfType( Windows.UI.Xaml.DependencyObject reference, System.Type type, System.bool lookOutsideVisualTree )
Parameters
- reference
- The visual whose parent is returned.
- type
- The System.Type of the parent element to search for.
- lookOutsideVisualTree
- Specifies whether the search should go on outside the VisualTree.
Return Value
The parent of the visual.