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