4 references to Pattern
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2383s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text);
UIAutomationClient (1)
System\Windows\Automation\TextPattern.cs (1)
138public static readonly AutomationPattern Pattern = TextPatternIdentifiers.Pattern;
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
239new AutomationPattern[] { TextPatternIdentifiers.Pattern } ,