3 references to isDescendantOf
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
469if ((connectedPeer == this) || isDescendantOf(connectedPeer)) 486if((root == this) || isDescendantOf(root)) 557if(child == this || this.isDescendantOf(child))