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