Base:
method
GetFirstChild
MS.Internal.AutomationProxies.ProxyFragment.GetFirstChild()
2 references to GetFirstChild
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
406for (ProxySimple child = GetFirstChild(); child != null; child = GetNextSibling(child)) 570ProxySimple firstChild = GetFirstChild ();