3 references to InputReachedTargetEvent
PresentationCore (2)
MS\Internal\Automation\EventMap.cs (2)
44
|| id == SynchronizedInputPatternIdentifiers.
InputReachedTargetEvent
?.Id
102
case AutomationEvents.InputReachedTarget: eventObject = SynchronizedInputPatternIdentifiers.
InputReachedTargetEvent
; break;
UIAutomationClient (1)
System\Windows\Automation\SynchronizedInputPattern.cs (1)
52
public static readonly AutomationEvent InputReachedTargetEvent = SynchronizedInputPatternIdentifiers.
InputReachedTargetEvent
;