9 references to AddToNotificationList
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
107
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, cEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
329
WinEventTracker.
AddToNotificationList
( cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents( EditPortionEvents ), editPortionEvents, counter );
MS\Internal\AutomationProxies\WindowsListView.cs (4)
97
WinEventTracker.
AddToNotificationList
(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents, 3);
513
WinEventTracker.
AddToNotificationList
(hwndHeader, header._createOnEvent, aEvents, 1);
522
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, 1);
551
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, 1);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
476
WinEventTracker.
AddToNotificationList
(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(MenuEvents), _menuEvents, _menuEvents.Length);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
321
WinEventTracker.
AddToNotificationList
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
108
WinEventTracker.
AddToNotificationList
( IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents( OnToolTipEvents ), _toolTipEventIds, _toolTipEventIds.Length );