7 references to GetItemCount
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsTab.cs (7)
183
int count =
GetItemCount
(_hwnd);
206
int count =
GetItemCount
(_hwnd);
229
int count =
GetItemCount
(_hwnd);
242
int count =
GetItemCount
(_hwnd);
293
if (focusIndex >= 0 && focusIndex <
GetItemCount
(_hwnd))
364
for (int i = 0, c =
GetItemCount
(_hwnd); i < c; i++)
704
for (int i = 0, c =
GetItemCount
(hwnd); i < c; i++)