27 references to _groupsCollection
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\WindowsListView.cs (22)
237_groupsCollection.EnsureCreation (_hwnd); 239GroupManager manager = _groupsCollection[_hwnd]; 274_groupsCollection.EnsureCreation (_hwnd); 277GroupManager manager = _groupsCollection [_hwnd]; 347_groupsCollection.EnsureCreation(_hwnd); 349GroupManager manager = _groupsCollection[_hwnd]; 376_groupsCollection.EnsureCreation (_hwnd); 378GroupManager manager = _groupsCollection [_hwnd]; 411_groupsCollection.EnsureCreation (_hwnd); 414GroupManager manager = WindowsListView._groupsCollection [_hwnd]; 473_groupsCollection.EnsureCreation (_hwnd); 1121if (_groupsCollection.Contains (hwnd)) 1123GroupManager manager = _groupsCollection [hwnd]; 1143if (_groupsCollection.Contains (hwnd)) 1155if (_groupsCollection.Contains (hwnd)) 1157_groupsCollection.Remove (hwnd); 1171if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd)) 1173_groupsCollection.Remove (hwnd); 1199_groupsCollection.Remove (hwnd); 1596_groupsCollection.EnsureCreation(_hwnd); 1598GroupManager manager = _groupsCollection[_hwnd]; 1980_groupsCollection.Remove(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
73GroupManager manager = WindowsListView._groupsCollection [_hwnd]; 565GroupManager manager = WindowsListView._groupsCollection [hwnd]; 664GroupManager manager = WindowsListView._groupsCollection [hwnd];
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
117WindowsListView._groupsCollection.EnsureCreation (_hwnd); 119GroupManager manager = WindowsListView._groupsCollection[_hwnd];