3 references to ElementAddedToSelectionEvent
PresentationCore (2)
MS\Internal\Automation\EventMap.cs (2)
36
|| id == SelectionItemPatternIdentifiers.
ElementAddedToSelectionEvent
.Id
94
case AutomationEvents.SelectionItemPatternOnElementAddedToSelection: eventObject = SelectionItemPatternIdentifiers.
ElementAddedToSelectionEvent
; break;
UIAutomationClient (1)
System\Windows\Automation\SelectionItemPattern.cs (1)
58
public static readonly AutomationEvent ElementAddedToSelectionEvent = SelectionItemPatternIdentifiers.
ElementAddedToSelectionEvent
;