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