27 references to _groupsCollection
UIAutomationClientSideProviders (27)
MS\Internal\AutomationProxies\WindowsListView.cs (22)
230_groupsCollection.EnsureCreation (_hwnd); 232GroupManager manager = _groupsCollection[_hwnd]; 267_groupsCollection.EnsureCreation (_hwnd); 270GroupManager manager = _groupsCollection [_hwnd]; 340_groupsCollection.EnsureCreation(_hwnd); 342GroupManager manager = _groupsCollection[_hwnd]; 369_groupsCollection.EnsureCreation (_hwnd); 371GroupManager manager = _groupsCollection [_hwnd]; 404_groupsCollection.EnsureCreation (_hwnd); 407GroupManager manager = WindowsListView._groupsCollection [_hwnd]; 466_groupsCollection.EnsureCreation (_hwnd); 1114if (_groupsCollection.Contains (hwnd)) 1116GroupManager manager = _groupsCollection [hwnd]; 1136if (_groupsCollection.Contains (hwnd)) 1148if (_groupsCollection.Contains (hwnd)) 1150_groupsCollection.Remove (hwnd); 1164if (_groupsCollection.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd)) 1166_groupsCollection.Remove (hwnd); 1192_groupsCollection.Remove (hwnd); 1590_groupsCollection.EnsureCreation(_hwnd); 1592GroupManager manager = _groupsCollection[_hwnd]; 1975_groupsCollection.Remove(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
70GroupManager manager = WindowsListView._groupsCollection [_hwnd]; 563GroupManager manager = WindowsListView._groupsCollection [hwnd]; 662GroupManager manager = WindowsListView._groupsCollection [hwnd];
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
111WindowsListView._groupsCollection.EnsureCreation (_hwnd); 113GroupManager manager = WindowsListView._groupsCollection[_hwnd];