2 references to ComboBox
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1708
case AutomationControlType.
ComboBox
: controlType = ControlType.ComboBox; break;
PresentationFramework (1)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
29
return AutomationControlType.
ComboBox
;