4 references to Pattern
PresentationCore (3)
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 (1)
System\Windows\Automation\SynchronizedInputPattern.cs (1)
46
public static readonly AutomationPattern Pattern = SynchronizedInputPatternIdentifiers.
Pattern
;