8 references to Length
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
204
int count =
Length
;
236
int count =
Length
;
257
if (
Length
> 0)
277
int count =
Length
;
328
int count =
Length
;
541
for (int i = 0, count =
Length
; i < count; i++)
566
for (i = 0, count =
Length
; i < count && !ListboxItem.IsSelected (_hwnd, i); i++)
577
for (int i = 0, count =
Length
; i < count; i++)