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