13 references to SynchronizedInputPatternIdentifiers
PresentationCore (9)
MS\Internal\Automation\EventMap.cs (6)
44|| id == SynchronizedInputPatternIdentifiers.InputReachedTargetEvent?.Id 45|| id == SynchronizedInputPatternIdentifiers.InputReachedOtherElementEvent?.Id 46|| id == SynchronizedInputPatternIdentifiers.InputDiscardedEvent?.Id) 102case AutomationEvents.InputReachedTarget: eventObject = SynchronizedInputPatternIdentifiers.InputReachedTargetEvent; break; 103case AutomationEvents.InputReachedOtherElement: eventObject = SynchronizedInputPatternIdentifiers.InputReachedOtherElementEvent; break; 104case AutomationEvents.InputDiscarded: eventObject = SynchronizedInputPatternIdentifiers.InputDiscardedEvent; break;
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2390if (SynchronizedInputPatternIdentifiers.Pattern != null) 2392s_patternInfo[SynchronizedInputPatternIdentifiers.Pattern.Id] = new PatternInfo(SynchronizedInputPatternIdentifiers.Pattern.Id, new WrapObject(SynchronizedInputProviderWrapper.Wrap), PatternInterface.SynchronizedInput);
UIAutomationClient (4)
System\Windows\Automation\SynchronizedInputPattern.cs (4)
46public static readonly AutomationPattern Pattern = SynchronizedInputPatternIdentifiers.Pattern; 52public static readonly AutomationEvent InputReachedTargetEvent = SynchronizedInputPatternIdentifiers.InputReachedTargetEvent; 58public static readonly AutomationEvent InputReachedOtherElementEvent = SynchronizedInputPatternIdentifiers.InputReachedOtherElementEvent; 63public static readonly AutomationEvent InputDiscardedEvent = SynchronizedInputPatternIdentifiers.InputDiscardedEvent;