9 references to AddToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
88
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
310
WinEventTracker.
AddToNotificationList
(cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents(EditPortionEvents), editPortionEvents);
MS\Internal\AutomationProxies\WindowsListView.cs (4)
87
WinEventTracker.
AddToNotificationList
(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents);
500
WinEventTracker.
AddToNotificationList
(hwndHeader, header._createOnEvent, aEvents);
509
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents);
538
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
460
WinEventTracker.
AddToNotificationList
(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(MenuEvents), _menuEvents);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
319
WinEventTracker.
AddToNotificationList
(upDownHwnd, new WinEventTracker.ProxyRaiseEvents(UpDownControlRaiseEvents), _upDownEvents);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
90
WinEventTracker.
AddToNotificationList
(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(OnToolTipEvents), _toolTipEventIds);