9 references to AddToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
87WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
309WinEventTracker.AddToNotificationList(cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents(EditPortionEvents), editPortionEvents);
MS\Internal\AutomationProxies\WindowsListView.cs (4)
86WinEventTracker.AddToNotificationList(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents); 499WinEventTracker.AddToNotificationList(hwndHeader, header._createOnEvent, aEvents); 508WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents); 537WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
459WinEventTracker.AddToNotificationList(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(MenuEvents), _menuEvents);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
318WinEventTracker.AddToNotificationList(upDownHwnd, new WinEventTracker.ProxyRaiseEvents(UpDownControlRaiseEvents), _upDownEvents);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
89WinEventTracker.AddToNotificationList(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(OnToolTipEvents), _toolTipEventIds);