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