Visual.IsAncestorOf Method
.NET Framework 4.6 and 4.5
Determines whether the visual object is an ancestor of the descendant visual object.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- descendant
- Type: System.Windows.DependencyObject
A value of type DependencyObject.
Return Value
Type: System.Booleantrue if the visual object is an ancestor of descendant; otherwise, false.
Show: