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