8 references to Length
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
212int count = Length; 244int count = Length; 265if (Length > 0) 285int count = Length; 336int count = Length; 555for (int i = 0, count = Length; i < count; i++) 580for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 591for (int i = 0, count = Length; i < count; i++)