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