5 references to ElementAddedToSelectionEvent
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (3)
393AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementAddedToSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementAddedToSelectionEvent)); 547_objectIdClient.Add(SelectionItemPattern.ElementAddedToSelectionEvent, new RaiseEvent(HandleElementAddedToSelectionEvent));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
226MaybeFireSelectionItemEvent(SelectionItemPattern.ElementAddedToSelectionEvent, eventTable, hwnd, idObject, idChild);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
434else if (idEvent == SelectionItemPattern.ElementAddedToSelectionEvent)