23 references to Simple
System.Windows.Forms (23)
winforms\Managed\System\WinForms\ComboBox.cs (21)
390new ComboBoxChildListUiaProvider(this, DropDownStyle == ComboBoxStyle.Simple ? childListBox.Handle : dropDownHandle); 425case ComboBoxStyle.Simple: 950if (DropDownStyle == ComboBoxStyle.Simple) { 1236if (!ClientUtils.IsEnumValid(value, (int)value, (int)ComboBoxStyle.Simple, (int)ComboBoxStyle.DropDownList)) 1633if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 1646if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 1676if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 1695if (DropDownStyle == ComboBoxStyle.Simple && m.HWnd == childListBox.Handle) { 2188return DropDownStyle == ComboBoxStyle.Simple ? childListBox.Handle : dropDownHandle; 2192return DropDownStyle == ComboBoxStyle.Simple ? childListBox : childDropDown; 2445if (DropDownStyle == ComboBoxStyle.Simple) { 2479if (DropDownStyle == ComboBoxStyle.Simple) { 2766if (DropDownStyle == ComboBoxStyle.Simple) Invalidate(); 2898if (DropDownStyle == ComboBoxStyle.Simple && recreate) { 2916if (DropDownStyle == ComboBoxStyle.Simple) { 3452if ((DropDownStyle == ComboBoxStyle.Simple) && ParentInternal != null) { 4515if (ownerItem.DropDownStyle == ComboBoxStyle.Simple) { 4944if (index == 0 && _owningComboBox.DropDownStyle != ComboBoxStyle.Simple) { 4965if (_owningComboBox.DropDownStyle != ComboBoxStyle.Simple) { 5057if (_owner.DropDownStyle == ComboBoxStyle.Simple) { 5969if (comboBox.DropDownStyle == ComboBoxStyle.Simple){
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
248return ownerControl.DropDownStyle != ComboBoxStyle.Simple;
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
110return ownerComboBoxControl.DropDownStyle != ComboBoxStyle.Simple;