5 references to ElementAddedToSelectionEvent
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\EventManager.cs (3)
379AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementAddedToSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementAddedToSelectionEvent)); 533_objectIdClient.Add(SelectionItemPattern.ElementAddedToSelectionEvent, new RaiseEvent(HandleElementAddedToSelectionEvent));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
211MaybeFireSelectionItemEvent(SelectionItemPattern.ElementAddedToSelectionEvent, eventTable, hwnd, idObject, idChild);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
412else if (idEvent == SelectionItemPattern.ElementAddedToSelectionEvent)