9 references to AddToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
91
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, cEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
312
WinEventTracker.
AddToNotificationList
( cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents( EditPortionEvents ), editPortionEvents, counter );
MS\Internal\AutomationProxies\WindowsListView.cs (4)
87
WinEventTracker.
AddToNotificationList
(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents, 3);
503
WinEventTracker.
AddToNotificationList
(hwndHeader, header._createOnEvent, aEvents, 1);
512
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, 1);
541
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, 1);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
463
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)
93
WinEventTracker.
AddToNotificationList
( IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents( OnToolTipEvents ), _toolTipEventIds, _toolTipEventIds.Length );