7 references to Text
Microsoft.VisualStudio.LanguageServices (1)
Utilities\AutomationDelegatingListView.cs (1)
151
return AutomationControlType.
Text
;
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1736
case AutomationControlType.
Text
: controlType = ControlType.Text; break;
PresentationFramework (4)
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
54
return AutomationControlType.
Text
;
System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
36
return AutomationControlType.
Text
;
System\Windows\Automation\Peers\StatusBarItemAutomationPeer.cs (1)
40
return AutomationControlType.
Text
;
System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
50
return AutomationControlType.
Text
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (1)
48
return AutomationControlType.
Text
;