4 references to Count
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsRebar.cs (4)
82
if (item >= 0 && (item + 1) <
Count
)
97
if (item > 0 && item <
Count
)
107
return
Count
> 0 ? CreateRebarItem (0) : null;
113
int count =
Count
;