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