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