4 references to Count
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRebar.cs (4)
83if (item >= 0 && (item + 1) < Count) 98if (item > 0 && item < Count) 108return Count > 0 ? CreateRebarItem (0) : null; 114int count = Count;