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