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