4 references to Count
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRebar.cs (4)
86if (item >= 0 && (item + 1) < Count) 101if (item > 0 && item < Count) 111return Count > 0 ? CreateRebarItem (0) : null; 117int count = Count;