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