7 references to Text
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2310
s_patternInfo[TextPatternIdentifiers.Pattern.Id] = new PatternInfo(TextPatternIdentifiers.Pattern.Id, new WrapObject(TextProviderWrapper.Wrap), PatternInterface.
Text
);
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\DocumentAutomationPeer.cs (1)
80
if (patternInterface == PatternInterface.
Text
)
src\Framework\System\Windows\Automation\Peers\DocumentViewerBaseAutomationPeer.cs (1)
37
if (patternInterface == PatternInterface.
Text
)
src\Framework\System\Windows\Automation\Peers\FlowDocumentScrollViewerAutomationPeer.cs (1)
53
else if (patternInterface == PatternInterface.
Text
)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
72
else if (patternInterface == PatternInterface.
Text
)
src\Framework\System\Windows\Automation\Peers\RichTextBoxAutomationPeer.cs (1)
47
if (patternInterface == PatternInterface.
Text
)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
49
if (patternInterface == PatternInterface.
Text
)