2 references to InputReachedTarget
PresentationCore (2)
MS\Internal\Automation\EventMap.cs (1)
116
case AutomationEvents.
InputReachedTarget
: eventObject = SynchronizedInputPatternIdentifiers.InputReachedTargetEvent; break;
MS\Internal\SynchronizedInputHelper.cs (1)
326
peer.RaiseAutomationEvent(AutomationEvents.
InputReachedTarget
);