3 references to isDescendantOf
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
468
if ((connectedPeer == this) ||
isDescendantOf
(connectedPeer))
485
if((root == this) ||
isDescendantOf
(root))
556
if(child == this || this.
isDescendantOf
(child))