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