2 references to GetFirstChild
PresentationCore (2)
MS\Internal\Automation\ElementProxy.cs (1)
392
dest = peer.
GetFirstChild
();
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2111
for(AutomationPeer peer =
GetFirstChild
(); peer != null; peer = peer.GetNextSibling())