3 references to isDescendantOf
PresentationCore (3)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (3)
486if ((connectedPeer == this) || isDescendantOf(connectedPeer)) 503if((root == this) || isDescendantOf(root)) 580if(child == this || this.isDescendantOf(child))