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