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