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