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