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