27 references to _groupsCollection
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\WindowsListView.cs (22)
231_groupsCollection.EnsureCreation (_hwnd); 233GroupManager manager = _groupsCollection[_hwnd]; 268_groupsCollection.EnsureCreation (_hwnd); 271GroupManager manager = _groupsCollection [_hwnd]; 341_groupsCollection.EnsureCreation(_hwnd); 343GroupManager manager = _groupsCollection[_hwnd]; 370_groupsCollection.EnsureCreation (_hwnd); 372GroupManager manager = _groupsCollection [_hwnd]; 405_groupsCollection.EnsureCreation (_hwnd); 408GroupManager manager = WindowsListView._groupsCollection [_hwnd]; 467_groupsCollection.EnsureCreation (_hwnd); 1115if (_groupsCollection.Contains (hwnd)) 1117GroupManager manager = _groupsCollection [hwnd]; 1137if (_groupsCollection.Contains (hwnd)) 1149if (_groupsCollection.Contains (hwnd)) 1151_groupsCollection.Remove (hwnd); 1165if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd)) 1167_groupsCollection.Remove (hwnd); 1193_groupsCollection.Remove (hwnd); 1591_groupsCollection.EnsureCreation(_hwnd); 1593GroupManager manager = _groupsCollection[_hwnd]; 1976_groupsCollection.Remove(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
71GroupManager manager = WindowsListView._groupsCollection [_hwnd]; 564GroupManager manager = WindowsListView._groupsCollection [hwnd]; 663GroupManager manager = WindowsListView._groupsCollection [hwnd];
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
112WindowsListView._groupsCollection.EnsureCreation (_hwnd); 114GroupManager manager = WindowsListView._groupsCollection[_hwnd];