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