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