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