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