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)
505
if (value != this.
FlatStyle
)
518
if (value != this.
FlatStyle
)
585
bool paintFlat = this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup;
884
dataGridViewCell.FlatStyleInternal = this.
FlatStyle
;
1475
if (this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup)
1555
comboBox.FlatStyle = this.
FlatStyle
;
1938
if (this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && this.
FlatStyle
== FlatStyle.Popup)
1959
(this.
FlatStyle
== FlatStyle.Standard || this.
FlatStyle
== FlatStyle.System) &&
1966
if (this.DisplayStyle == DataGridViewComboBoxDisplayStyle.ComboBox && this.
FlatStyle
== FlatStyle.Popup)
1981
if ((this.
FlatStyle
== FlatStyle.Standard || this.
FlatStyle
== FlatStyle.System) && this.DataGridView.ApplyVisualStylesToInnerCells)
2124
bool paintFlat = this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup;
2125
bool paintPopup = this.
FlatStyle
== FlatStyle.Popup &&
winforms\Managed\System\WinForms\DataGridViewComboBoxColumn.cs (1)
329
return ((DataGridViewComboBoxCell) this.CellTemplate).
FlatStyle
;