1 write to _comboType
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
60
_comboType
= GetComboType ();
2 references to _comboType
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
502
return (NativeMethods.CBS_SIMPLE ==
_comboType
);
508
return (NativeMethods.CBS_DROPDOWNLIST ==
_comboType
);