5 references to CreateListViewGroup
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsListView.cs (5)
250return CreateListViewGroup (groupIds [location + 1]); 291return CreateListViewGroup(groupIds [location - 1]); 297return CreateListViewGroup(groupIds [groupsCount - 1]); 352return CreateListViewGroup(groupIds[0]); 381return CreateListViewGroup (groupIds[groupsCount - 1]);