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