34 references to ComboBoxCellTemplate
System.Windows.Forms (34)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (34)
43if (this.ComboBoxCellTemplate == null) 47return this.ComboBoxCellTemplate.AutoComplete; 53this.ComboBoxCellTemplate.AutoComplete = value; 118if (this.ComboBoxCellTemplate == null) 122return this.ComboBoxCellTemplate.DataSource; 126if (this.ComboBoxCellTemplate == null) 130this.ComboBoxCellTemplate.DataSource = value; 161if (this.ComboBoxCellTemplate == null) 165return this.ComboBoxCellTemplate.DisplayMember; 169if (this.ComboBoxCellTemplate == null) 173this.ComboBoxCellTemplate.DisplayMember = value; 202if (this.ComboBoxCellTemplate == null) 206return this.ComboBoxCellTemplate.DisplayStyle; 210if (this.ComboBoxCellTemplate == null) 214this.ComboBoxCellTemplate.DisplayStyle = value; 244if (this.ComboBoxCellTemplate == null) 248return this.ComboBoxCellTemplate.DisplayStyleForCurrentCellOnly; 252if (this.ComboBoxCellTemplate == null) 256this.ComboBoxCellTemplate.DisplayStyleForCurrentCellOnly = value; 286if (this.ComboBoxCellTemplate == null) 290return this.ComboBoxCellTemplate.DropDownWidth; 296this.ComboBoxCellTemplate.DropDownWidth = value; 366if (this.ComboBoxCellTemplate == null) 370return this.ComboBoxCellTemplate.GetItems(this.DataGridView); 386if (this.ComboBoxCellTemplate == null) 390return this.ComboBoxCellTemplate.ValueMember; 394if (this.ComboBoxCellTemplate == null) 398this.ComboBoxCellTemplate.ValueMember = value; 427if (this.ComboBoxCellTemplate == null) 431return this.ComboBoxCellTemplate.MaxDropDownItems; 437this.ComboBoxCellTemplate.MaxDropDownItems = value; 466if (this.ComboBoxCellTemplate == null) 470return this.ComboBoxCellTemplate.Sorted; 476this.ComboBoxCellTemplate.Sorted = value;