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