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