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