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