7 references to GetItemCount
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsTab.cs (7)
186int count = GetItemCount(_hwnd); 209int count = GetItemCount(_hwnd); 232int count = GetItemCount(_hwnd); 245int count = GetItemCount(_hwnd); 295if (focusIndex >= 0 && focusIndex < GetItemCount(_hwnd)) 370for (int i = 0, c = GetItemCount(_hwnd); i < c; i++) 709for (int i = 0, c = GetItemCount(hwnd); i < c; i++)