4 references to ComboBox
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1708
case AutomationControlType.ComboBox: controlType = ControlType.
ComboBox
; break;
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1250
new RoleCtrlType(AccessibleRole.Combobox, ControlType.
ComboBox
),
1302
new CtrlTypePatterns(ControlType.
ComboBox
, ValuePattern.Pattern),
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
46
_cControlType = ControlType.
ComboBox
;