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