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