3 references to GroupCount
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
422
int length = manager.
GroupCount
();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
432
if (manager.
GroupCount
() == 0)
455
int groupsCount = manager.
GroupCount
();