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