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