ExtensionMethods.IsLogicalAncestorOf Method (DependencyObject, DependencyObject)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
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

Return to top
Show: