2 references to ComboBox
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1625
case AutomationControlType.
ComboBox
: controlType = ControlType.ComboBox; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
38
return AutomationControlType.
ComboBox
;