1 write to _groupEvents
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
60_groupEvents = new WinEventTracker.EvtIdProperty [3];
9 references to _groupEvents
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (9)
61_groupEvents [0]._evtId = NativeMethods.EventObjectReorder; 62_groupEvents [1]._evtId = NativeMethods.EventObjectHide; 63_groupEvents [2]._evtId = NativeMethods.EventObjectDestroy; 64_groupEvents [0]._idProp = _groupEvents [1]._idProp = _groupEvents [2]._idProp = 0; 87WinEventTracker.AddToNotificationList(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents); 1152WinEventTracker.RemoveToNotificationList(hwnd, _groupEvents, null); 1168WinEventTracker.RemoveToNotificationList(hwnd, _groupEvents, null);