8 references to Length
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsListBox.cs (8)
208int count = Length; 240int count = Length; 261if (Length > 0) 281int count = Length; 332int count = Length; 551for (int i = 0, count = Length; i < count; i++) 576for (i = 0, count = Length; i < count && !ListboxItem.IsSelected (_hwnd, i); i++) 587for (int i = 0, count = Length; i < count; i++)