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