8 references to Length
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
220
int count =
Length
;
252
int count =
Length
;
273
if (
Length
> 0)
293
int count =
Length
;
344
int count =
Length
;
563
for (int i = 0, count =
Length
; i < count; i++)
588
for (i = 0, count =
Length
; i < count && !ListboxItem.IsSelected (_hwnd, i); i++)
599
for (int i = 0, count =
Length
; i < count; i++)