9 references to AddToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
96
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, cEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
316
WinEventTracker.
AddToNotificationList
( cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents( EditPortionEvents ), editPortionEvents, counter );
MS\Internal\AutomationProxies\WindowsListView.cs (4)
90
WinEventTracker.
AddToNotificationList
(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents, 3);
506
WinEventTracker.
AddToNotificationList
(hwndHeader, header._createOnEvent, aEvents, 1);
515
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, 1);
544
WinEventTracker.
AddToNotificationList
(_hwnd, _createOnEvent, aEvents, 1);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
465
WinEventTracker.
AddToNotificationList
(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(MenuEvents), _menuEvents, _menuEvents.Length);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
323
WinEventTracker.
AddToNotificationList
(
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
97
WinEventTracker.
AddToNotificationList
( IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents( OnToolTipEvents ), _toolTipEventIds, _toolTipEventIds.Length );