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