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