7 references to Edit
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1709case AutomationControlType.Edit: controlType = ControlType.Edit; break;
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
998_controlType = _acc.IsReadOnly ? ControlType.Text : _controlType = ControlType.Edit; 1304new CtrlTypePatterns(ControlType.Edit, ValuePattern.Pattern),
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
45_cControlType = ControlType.Edit;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
34_cControlType = WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
39_cControlType = ControlType.Edit;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
426_cControlType = ControlType.Edit;