3 references to Count
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (3)
239
return new GroupInfo(group.Items, group.
Count
);
459
Array.Sort(group.Items, 0, group.
Count
, new SortGroupItems(hwnd));
743
int count =
Count
;