10 references to Text
PresentationCore (2)
MS\Internal\Interop\TipTsfHelper.cs (1)
181return peer?.GetPattern(PatternInterface.Text) != null;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2385s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.Text);
PresentationFramework (8)
System\Windows\Automation\Peers\ContentTextAutomationPeer.cs (1)
54TextAdaptor textAdaptor = GetPattern(PatternInterface.Text) as TextAdaptor;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
76if (patternInterface == PatternInterface.Text)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
34if (patternInterface == PatternInterface.Text)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
51else if (patternInterface == PatternInterface.Text)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
59else if (patternInterface == PatternInterface.Text)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
40if (patternInterface == PatternInterface.Text)
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
53TextAdaptor textAdaptor = GetPattern(PatternInterface.Text) as TextAdaptor;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
42if (patternInterface == PatternInterface.Text)