Base:
method
GetFirstChild
MS.Internal.AutomationProxies.ProxyFragment.GetFirstChild()
1 reference to GetFirstChild
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
180for (RebarBandItem band = (RebarBandItem) GetFirstChild (); band != null; band = (RebarBandItem) GetNextSibling (band))