3 references to Edit
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1626case AutomationControlType.Edit: controlType = ControlType.Edit; break;
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
56return AutomationControlType.Edit;
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
38return AutomationControlType.Edit;