1 write to FlatStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
96
((DataGridViewButtonCell)this.CellTemplate).
FlatStyle
= value;
20 references to FlatStyle
System.Windows.Forms (20)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (19)
106
if (value != this.
FlatStyle
)
119
if (value != this.
FlatStyle
)
202
dataGridViewCell.FlatStyleInternal = this.
FlatStyle
;
585
(this.DataGridView.ApplyVisualStylesToInnerCells || this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup))
611
if (this.DataGridView.ApplyVisualStylesToInnerCells || this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup)
759
if (this.
FlatStyle
== FlatStyle.Standard || this.
FlatStyle
== FlatStyle.System)
799
else if (this.
FlatStyle
== FlatStyle.Flat)
867
Debug.Assert(this.
FlatStyle
== FlatStyle.Popup, "FlatStyle.Popup is the last flat style");
942
if (this.
FlatStyle
== FlatStyle.System || this.
FlatStyle
== FlatStyle.Standard)
946
else if (this.
FlatStyle
== FlatStyle.Flat)
979
Debug.Assert(this.
FlatStyle
== FlatStyle.Popup, "FlatStyle.Popup is the last flat style");
1018
this.
FlatStyle
!= FlatStyle.Flat && this.
FlatStyle
!= FlatStyle.Popup)
1029
(this.
FlatStyle
== FlatStyle.System || this.
FlatStyle
== FlatStyle.Standard))
winforms\Managed\System\WinForms\DataGridViewButtonColumn.cs (1)
90
return ((DataGridViewButtonCell) this.CellTemplate).
FlatStyle
;