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