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