1 write to DisplayStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
214this.ComboBoxCellTemplate.DisplayStyle = value;
9 references to DisplayStyle
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (8)
326if (value != this.DisplayStyle) 349if (value != this.DisplayStyle) 885dataGridViewCell.DisplayStyleInternal = this.DisplayStyle; 1922if (this.EditingComboBox != null && this.DisplayStyle != DataGridViewComboBoxDisplayStyle.Nothing) 1938if (this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && this.FlatStyle == FlatStyle.Popup) 1966if (this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && this.FlatStyle == FlatStyle.Popup) 2156bool drawComboBox = this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && 2158bool drawDropDownButton = this.DisplayStyle != DataGridViewComboBoxDisplayStyle.Nothing &&
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
206return this.ComboBoxCellTemplate.DisplayStyle;