ExtensionMethods.IsLogicalAncestorOf Method (DependencyObject, DependencyObject)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
public static bool IsLogicalAncestorOf( this DependencyObject element, DependencyObject other )
Parameters
- element
-
Type:
System.Windows.DependencyObject
The ancestor element.
- other
-
Type:
System.Windows.DependencyObject
The descendent element.
Return Value
Type: System.Boolean
Show: