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