5 references to CreateListViewGroup
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (5)
251return CreateListViewGroup (groupIds [location + 1]); 292return CreateListViewGroup(groupIds [location - 1]); 298return CreateListViewGroup(groupIds [groupsCount - 1]); 353return CreateListViewGroup(groupIds[0]); 382return CreateListViewGroup (groupIds[groupsCount - 1]);