10 references to Text
PresentationCore (2)
MS\Internal\Interop\TipTsfHelper.cs (1)
181
return peer?.GetPattern(PatternInterface.
Text
) != null;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2385
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)
54
TextAdaptor textAdaptor = GetPattern(PatternInterface.
Text
) as TextAdaptor;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
76
if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
34
if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
51
else if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
59
else if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
40
if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
53
TextAdaptor textAdaptor = GetPattern(PatternInterface.
Text
) as TextAdaptor;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
42
if (patternInterface == PatternInterface.
Text
)