1 write to _comboType
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
52_comboType = GetComboType ();
2 references to _comboType
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
489return (NativeMethods.CBS_SIMPLE == _comboType); 495return (NativeMethods.CBS_DROPDOWNLIST == _comboType);