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