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