9 references to AddToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
87
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
309
WinEventTracker.
AddToNotificationList
(cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents(EditPortionEvents), editPortionEvents);
MS\Internal\AutomationProxies\WindowsListView.cs (4)
86
WinEventTracker.
AddToNotificationList
(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents);
499
WinEventTracker.
AddToNotificationList
(hwndHeader, header._createOnEvent, aEvents);
508
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents);
537
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
459
WinEventTracker.
AddToNotificationList
(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(MenuEvents), _menuEvents);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
318
WinEventTracker.
AddToNotificationList
(upDownHwnd, new WinEventTracker.ProxyRaiseEvents(UpDownControlRaiseEvents), _upDownEvents);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
89
WinEventTracker.
AddToNotificationList
(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(OnToolTipEvents), _toolTipEventIds);