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