3 references to InputReachedOtherElementEvent
PresentationCore (2)
MS\Internal\Automation\EventMap.cs (2)
45
|| id == SynchronizedInputPatternIdentifiers.
InputReachedOtherElementEvent
?.Id
103
case AutomationEvents.InputReachedOtherElement: eventObject = SynchronizedInputPatternIdentifiers.
InputReachedOtherElementEvent
; break;
UIAutomationClient (1)
System\Windows\Automation\SynchronizedInputPattern.cs (1)
58
public static readonly AutomationEvent InputReachedOtherElementEvent = SynchronizedInputPatternIdentifiers.
InputReachedOtherElementEvent
;