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