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