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)
481
return (NativeMethods.CBS_SIMPLE ==
_comboType
);
487
return (NativeMethods.CBS_DROPDOWNLIST ==
_comboType
);