7 references to GetItemCount
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTab.cs (7)
182int count = GetItemCount(_hwnd); 205int count = GetItemCount(_hwnd); 228int count = GetItemCount(_hwnd); 241int count = GetItemCount(_hwnd); 292if (focusIndex >= 0 && focusIndex < GetItemCount(_hwnd)) 363for (int i = 0, c = GetItemCount(_hwnd); i < c; i++) 703for (int i = 0, c = GetItemCount(hwnd); i < c; i++)