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