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