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