2 references to TextPatternOnTextSelectionChanged
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
111
case AutomationEvents.
TextPatternOnTextSelectionChanged
: eventObject = TextPatternIdentifiers.TextSelectionChangedEvent; break;
PresentationFramework (1)
System\Windows\Controls\TextAdaptor.cs (1)
339
_textPeer.RaiseAutomationEvent(AutomationEvents.
TextPatternOnTextSelectionChanged
);