1 write to _comboType
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
52
_comboType
= GetComboType ();
2 references to _comboType
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
489
return (NativeMethods.CBS_SIMPLE ==
_comboType
);
495
return (NativeMethods.CBS_DROPDOWNLIST ==
_comboType
);