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