8 references to Length
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
212
int count =
Length
;
244
int count =
Length
;
265
if (
Length
> 0)
285
int count =
Length
;
336
int count =
Length
;
555
for (int i = 0, count =
Length
; i < count; i++)
580
for (i = 0, count =
Length
; i < count && !ListboxItem.IsSelected (_hwnd, i); i++)
591
for (int i = 0, count =
Length
; i < count; i++)