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