8 references to Length
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
208
int count =
Length
;
240
int count =
Length
;
261
if (
Length
> 0)
281
int count =
Length
;
332
int count =
Length
;
551
for (int i = 0, count =
Length
; i < count; i++)
576
for (i = 0, count =
Length
; i < count && !ListboxItem.IsSelected (_hwnd, i); i++)
587
for (int i = 0, count =
Length
; i < count; i++)