2 references to InputReachedOtherElement
PresentationCore (2)
MS\Internal\Automation\EventMap.cs (1)
117
case AutomationEvents.
InputReachedOtherElement
: eventObject = SynchronizedInputPatternIdentifiers.InputReachedOtherElementEvent; break;
MS\Internal\SynchronizedInputHelper.cs (1)
332
peer.RaiseAutomationEvent(AutomationEvents.
InputReachedOtherElement
);