5 references to Text
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1736case AutomationControlType.Text: controlType = ControlType.Text; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1003_controlType = _acc.IsReadOnly ? ControlType.Text : _controlType = ControlType.Edit; 1280new 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;