5 references to Text
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1642case AutomationControlType.Text: controlType = ControlType.Text; break;
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (1)
51return AutomationControlType.Text;
src\Framework\System\Windows\Automation\Peers\LabelAutomationPeer.cs (1)
33return AutomationControlType.Text;
src\Framework\System\Windows\Automation\Peers\StatusBarItemAutomationPeer.cs (1)
37return AutomationControlType.Text;
src\Framework\System\Windows\Automation\Peers\TextBlockAutomationPeer.cs (1)
51return AutomationControlType.Text;