3 references to isDescendantOf
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
481
if ((connectedPeer == this) ||
isDescendantOf
(connectedPeer))
498
if((root == this) ||
isDescendantOf
(root))
569
if(child == this || this.
isDescendantOf
(child))