1 write to FlatStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
335((DataGridViewComboBoxCell)this.CellTemplate).FlatStyle = value;
18 references to FlatStyle
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (17)
505if (value != this.FlatStyle) 518if (value != this.FlatStyle) 585bool paintFlat = this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup; 884dataGridViewCell.FlatStyleInternal = this.FlatStyle; 1475if (this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup) 1555comboBox.FlatStyle = this.FlatStyle; 1938if (this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && this.FlatStyle == FlatStyle.Popup) 1959(this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) && 1966if (this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && this.FlatStyle == FlatStyle.Popup) 1981if ((this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) && this.DataGridView.ApplyVisualStylesToInnerCells) 2124bool paintFlat = this.FlatStyle == FlatStyle.Flat || this.FlatStyle == FlatStyle.Popup; 2125bool paintPopup = this.FlatStyle == FlatStyle.Popup &&
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
329return ((DataGridViewComboBoxCell) this.CellTemplate).FlatStyle;