2 references to InputDiscarded
PresentationCore (2)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
123
case AutomationEvents.
InputDiscarded
: eventObject = SynchronizedInputPatternIdentifiers.InputDiscardedEvent; break;
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (1)
328
peer.RaiseAutomationEvent(AutomationEvents.
InputDiscarded
);