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)
102
case AutomationEvents.InputReachedTarget: eventObject =
SynchronizedInputPatternIdentifiers
.InputReachedTargetEvent; break;
103
case AutomationEvents.InputReachedOtherElement: eventObject =
SynchronizedInputPatternIdentifiers
.InputReachedOtherElementEvent; break;
104
case AutomationEvents.InputDiscarded: eventObject =
SynchronizedInputPatternIdentifiers
.InputDiscardedEvent; break;
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2390
if (
SynchronizedInputPatternIdentifiers
.Pattern != null)
2392
s_patternInfo[
SynchronizedInputPatternIdentifiers
.Pattern.Id] = new PatternInfo(
SynchronizedInputPatternIdentifiers
.Pattern.Id, new WrapObject(SynchronizedInputProviderWrapper.Wrap), PatternInterface.SynchronizedInput);
UIAutomationClient (4)
System\Windows\Automation\SynchronizedInputPattern.cs (4)
46
public static readonly AutomationPattern Pattern =
SynchronizedInputPatternIdentifiers
.Pattern;
52
public static readonly AutomationEvent InputReachedTargetEvent =
SynchronizedInputPatternIdentifiers
.InputReachedTargetEvent;
58
public static readonly AutomationEvent InputReachedOtherElementEvent =
SynchronizedInputPatternIdentifiers
.InputReachedOtherElementEvent;
63
public static readonly AutomationEvent InputDiscardedEvent =
SynchronizedInputPatternIdentifiers
.InputDiscardedEvent;