3 references to Edit
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1720
case AutomationControlType.
Edit
: controlType = ControlType.Edit; break;
PresentationFramework (2)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
55
return AutomationControlType.
Edit
;
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
42
return AutomationControlType.
Edit
;