5 references to Text
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1736
case AutomationControlType.Text: controlType = ControlType.
Text
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1003
_controlType = _acc.IsReadOnly ? ControlType.
Text
: _controlType = ControlType.Edit;
1280
new RoleCtrlType(AccessibleRole.StaticText, ControlType.
Text
),
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
35
_cControlType = WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.
Text
;
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
34
_cControlType = ControlType.
Text
;