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