2 references to TextPatternOnTextSelectionChanged
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
116
case AutomationEvents.
TextPatternOnTextSelectionChanged
: eventObject = TextPatternIdentifiers.TextSelectionChangedEvent; break;
PresentationFramework (1)
src\Framework\System\Windows\Controls\TextAdaptor.cs (1)
318
_textPeer.RaiseAutomationEvent(AutomationEvents.
TextPatternOnTextSelectionChanged
);