7 references to GetItemCount
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTab.cs (7)
183int count = GetItemCount(_hwnd); 206int count = GetItemCount(_hwnd); 229int count = GetItemCount(_hwnd); 242int count = GetItemCount(_hwnd); 293if (focusIndex >= 0 && focusIndex < GetItemCount(_hwnd)) 364for (int i = 0, c = GetItemCount(_hwnd); i < c; i++) 704for (int i = 0, c = GetItemCount(hwnd); i < c; i++)