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