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