10 references to Text
PresentationCore (2)
MS\Internal\Interop\TipTsfHelper.cs (1)
180
return peer?.GetPattern(PatternInterface.
Text
) != null;
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2382
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)
53
TextAdaptor textAdaptor = GetPattern(PatternInterface.
Text
) as TextAdaptor;
System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
75
if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
33
if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
50
else if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
58
else if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
39
if (patternInterface == PatternInterface.
Text
)
System\Windows\Automation\Peers\TextAutomationPeer.cs (1)
52
TextAdaptor textAdaptor = GetPattern(PatternInterface.
Text
) as TextAdaptor;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
41
if (patternInterface == PatternInterface.
Text
)