8 references to Length
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
205
int count =
Length
;
237
int count =
Length
;
258
if (
Length
> 0)
278
int count =
Length
;
329
int count =
Length
;
542
for (int i = 0, count =
Length
; i < count; i++)
567
for (i = 0, count =
Length
; i < count && !ListboxItem.IsSelected (_hwnd, i); i++)
578
for (int i = 0, count =
Length
; i < count; i++)