ExtensionMethods::IsLogicalAncestorOf Method (DependencyObject^, DependencyObject^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
[ExtensionAttribute]
static bool IsLogicalAncestorOf(
	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: