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