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