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