7 references to Edit
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1708case AutomationControlType.Edit: controlType = ControlType.Edit; break;
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
997_controlType = _acc.IsReadOnly ? ControlType.Text : _controlType = ControlType.Edit; 1303new CtrlTypePatterns(ControlType.Edit, ValuePattern.Pattern),
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
44_cControlType = ControlType.Edit;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
33_cControlType = WindowsListView.ListViewEditable(hwnd) ? ControlType.Edit : ControlType.Text;
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
38_cControlType = ControlType.Edit;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
425_cControlType = ControlType.Edit;