3 references to Count
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
227
return new GroupInfo(group.Items, group.
Count
);
448
Array.Sort(group.Items, 0, group.
Count
, new SortGroupItems(hwnd));
730
int count =
Count
;