27 references to _groupsCollection
UIAutomationClientsideProviders (27)
MS\Internal\AutomationProxies\WindowsListView.cs (22)
244
_groupsCollection
.EnsureCreation (_hwnd);
246
GroupManager manager =
_groupsCollection
[_hwnd];
281
_groupsCollection
.EnsureCreation (_hwnd);
284
GroupManager manager =
_groupsCollection
[_hwnd];
354
_groupsCollection
.EnsureCreation(_hwnd);
356
GroupManager manager =
_groupsCollection
[_hwnd];
383
_groupsCollection
.EnsureCreation (_hwnd);
385
GroupManager manager =
_groupsCollection
[_hwnd];
418
_groupsCollection
.EnsureCreation (_hwnd);
421
GroupManager manager = WindowsListView.
_groupsCollection
[_hwnd];
480
_groupsCollection
.EnsureCreation (_hwnd);
1129
if (
_groupsCollection
.Contains (hwnd))
1131
GroupManager manager =
_groupsCollection
[hwnd];
1151
if (
_groupsCollection
.Contains (hwnd))
1163
if (
_groupsCollection
.Contains (hwnd))
1165
_groupsCollection
.Remove (hwnd);
1179
if (
_groupsCollection
.Contains (hwnd) && !SafeNativeMethods.IsWindowVisible (hwnd) && !SafeNativeMethods.IsWindowEnabled (hwnd))
1181
_groupsCollection
.Remove (hwnd);
1207
_groupsCollection
.Remove (hwnd);
1602
_groupsCollection
.EnsureCreation(_hwnd);
1604
GroupManager manager =
_groupsCollection
[_hwnd];
1986
_groupsCollection
.Remove(hwnd);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (3)
80
GroupManager manager = WindowsListView.
_groupsCollection
[_hwnd];
572
GroupManager manager = WindowsListView.
_groupsCollection
[hwnd];
671
GroupManager manager = WindowsListView.
_groupsCollection
[hwnd];
MS\Internal\AutomationProxies\WindowsListViewItem.cs (2)
124
WindowsListView.
_groupsCollection
.EnsureCreation (_hwnd);
126
GroupManager manager = WindowsListView.
_groupsCollection
[_hwnd];