1 write to _comboType
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
48
_comboType
= GetComboType ();
2 references to _comboType
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
485
return (NativeMethods.CBS_SIMPLE ==
_comboType
);
491
return (NativeMethods.CBS_DROPDOWNLIST ==
_comboType
);