7 references to GetItemCount
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTab.cs (7)
188int count = GetItemCount(_hwnd); 211int count = GetItemCount(_hwnd); 234int count = GetItemCount(_hwnd); 247int count = GetItemCount(_hwnd); 297if (focusIndex >= 0 && focusIndex < GetItemCount(_hwnd)) 372for (int i = 0, c = GetItemCount(_hwnd); i < c; i++) 711for (int i = 0, c = GetItemCount(hwnd); i < c; i++)