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