9 references to RemoveToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
117
WinEventTracker.
RemoveToNotificationList
(_hwnd, aEvents, null);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
346
WinEventTracker.
RemoveToNotificationList
(cbInfo.hwndItem, editPortionEvents, null);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
456
WinEventTracker.
RemoveToNotificationList
(hwnd, aEvtIdProperties, null);
MS\Internal\AutomationProxies\WindowsListView.cs (3)
529
WinEventTracker.
RemoveToNotificationList
(hwndHeader, aEvents, header._createOnEvent);
1152
WinEventTracker.
RemoveToNotificationList
(hwnd, _groupEvents, null);
1168
WinEventTracker.
RemoveToNotificationList
(hwnd, _groupEvents, null);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
481
WinEventTracker.
RemoveToNotificationList
(IntPtr.Zero, _menuEvents, new WinEventTracker.ProxyRaiseEvents(MenuEvents));
MS\Internal\AutomationProxies\WindowsTab.cs (1)
336
WinEventTracker.
RemoveToNotificationList
(upDownHwnd, _upDownEvents, null);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
107
WinEventTracker.
RemoveToNotificationList
(IntPtr.Zero, _toolTipEventIds, new WinEventTracker.ProxyRaiseEvents(OnToolTipEvents));