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