3 references to GroupCount
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
412
int length = manager.
GroupCount
();
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (2)
418
if (manager.
GroupCount
() == 0)
441
int groupsCount = manager.
GroupCount
();