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