6 references to ElementRemovedFromSelectionEvent
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (3)
391AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementRemovedFromSelectionEvent)); 534_objectIdClient.Add(SelectionItemPattern.ElementRemovedFromSelectionEvent, new RaiseEvent(HandleElementRemovedFromSelectionEvent));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
215MaybeFireSelectionItemEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, eventTable, hwnd, idObject, idChild);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
422else if (idEvent == SelectionItemPattern.ElementRemovedFromSelectionEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
172idProp = SelectionItemPattern.ElementRemovedFromSelectionEvent;