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