9 references to AddToNotificationList
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
88WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
310WinEventTracker.AddToNotificationList(cbInfo.hwndItem, new WinEventTracker.ProxyRaiseEvents(EditPortionEvents), editPortionEvents);
MS\Internal\AutomationProxies\WindowsListView.cs (4)
87WinEventTracker.AddToNotificationList(_hwnd, new WinEventTracker.ProxyRaiseEvents (WindowsListView.GroupSpecificEvents), _groupEvents); 500WinEventTracker.AddToNotificationList(hwndHeader, header._createOnEvent, aEvents); 509WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents); 538WinEventTracker.AddToNotificationList(_hwnd, _createOnEvent, aEvents);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
460WinEventTracker.AddToNotificationList(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(MenuEvents), _menuEvents);
MS\Internal\AutomationProxies\WindowsTab.cs (1)
319WinEventTracker.AddToNotificationList(upDownHwnd, new WinEventTracker.ProxyRaiseEvents(UpDownControlRaiseEvents), _upDownEvents);
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
90WinEventTracker.AddToNotificationList(IntPtr.Zero, new WinEventTracker.ProxyRaiseEvents(OnToolTipEvents), _toolTipEventIds);