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