9 references to RemoveToNotificationList
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
137
WinEventTracker.
RemoveToNotificationList
(_hwnd, aEvents, null, cEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
367
WinEventTracker.
RemoveToNotificationList
( cbInfo.hwndItem, editPortionEvents, null, counter );
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
471
WinEventTracker.
RemoveToNotificationList
(hwnd, aEvtIdProperties, null, aEvtIdProperties.Length);
MS\Internal\AutomationProxies\WindowsListView.cs (3)
542
WinEventTracker.
RemoveToNotificationList
(hwndHeader, aEvents, header._createOnEvent, 1);
1166
WinEventTracker.
RemoveToNotificationList
(hwnd, _groupEvents, null, 3);
1182
WinEventTracker.
RemoveToNotificationList
(hwnd, _groupEvents, null, 3);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
497
WinEventTracker.
RemoveToNotificationList
(IntPtr.Zero, _menuEvents, new WinEventTracker.ProxyRaiseEvents (MenuEvents), _menuEvents.Length);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
341
WinEventTracker.
RemoveToNotificationList
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
125
WinEventTracker.
RemoveToNotificationList
( IntPtr.Zero, _toolTipEventIds, new WinEventTracker.ProxyRaiseEvents( OnToolTipEvents ), _toolTipEventIds.Length );