6 references to ElementRemovedFromSelectionEvent
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\EventManager.cs (3)
405AutomationInteropProvider.RaiseAutomationEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, el, new AutomationEventArgs(SelectionItemPattern.ElementRemovedFromSelectionEvent)); 548_objectIdClient.Add(SelectionItemPattern.ElementRemovedFromSelectionEvent, new RaiseEvent(HandleElementRemovedFromSelectionEvent));
MS\Internal\AutomationProxies\MSAAEventDispatcher.cs (1)
230MaybeFireSelectionItemEvent(SelectionItemPattern.ElementRemovedFromSelectionEvent, eventTable, hwnd, idObject, idChild);
MS\Internal\AutomationProxies\ProxyHwnd.cs (1)
445else if (idEvent == SelectionItemPattern.ElementRemovedFromSelectionEvent)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
189idProp = SelectionItemPattern.ElementRemovedFromSelectionEvent;