1 write to _groupEvents
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
70
_groupEvents
= new WinEventTracker.EvtIdProperty [3];
9 references to _groupEvents
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (9)
71
_groupEvents
[0]._evtId = NativeMethods.EventObjectReorder;
72
_groupEvents
[1]._evtId = NativeMethods.EventObjectHide;
73
_groupEvents
[2]._evtId = NativeMethods.EventObjectDestroy;
74
_groupEvents
[0]._idProp =
_groupEvents
[1]._idProp =
_groupEvents
[2]._idProp = 0;
97
WinEventTracker.AddToNotificationList (_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents),
_groupEvents
, 3);
1166
WinEventTracker.RemoveToNotificationList (hwnd,
_groupEvents
, null, 3);
1182
WinEventTracker.RemoveToNotificationList (hwnd,
_groupEvents
, null, 3);