4 references to Count
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsRebar.cs (4)
101if (item >= 0 && (item + 1) < Count) 116if (item > 0 && item < Count) 126return Count > 0 ? CreateRebarItem (0) : null; 132int count = Count;