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