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