8 references to Length
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
220int count = Length; 252int count = Length; 273if (Length > 0) 293int count = Length; 344int count = Length; 563for (int i = 0, count = Length; i < count; i++) 588for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 599for (int i = 0, count = Length; i < count; i++)