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