1 write to FlatStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
154
this.CheckBoxCellTemplate.
FlatStyle
= value;
18 references to FlatStyle
System.Windows.Forms (18)
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (17)
295
if (value != this.
FlatStyle
)
308
if (value != this.
FlatStyle
)
502
dataGridViewCell.FlatStyleInternal = this.
FlatStyle
;
769
switch (this.
FlatStyle
)
806
switch (this.
FlatStyle
)
1017
(this.DataGridView.ApplyVisualStylesToInnerCells || this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup))
1043
if (this.DataGridView.ApplyVisualStylesToInnerCells || this.
FlatStyle
== FlatStyle.Flat || this.
FlatStyle
== FlatStyle.Popup)
1264
switch (this.
FlatStyle
)
1281
switch (this.
FlatStyle
)
1329
if (this.DataGridView.ApplyVisualStylesToInnerCells && this.
FlatStyle
!= FlatStyle.Flat && this.
FlatStyle
!= FlatStyle.Popup)
1342
if (this.
FlatStyle
== FlatStyle.System || this.
FlatStyle
== FlatStyle.Standard)
1358
else if (this.
FlatStyle
== FlatStyle.Flat)
1461
Debug.Assert(this.
FlatStyle
== FlatStyle.Popup);
winforms\Managed\System\WinForms\DataGridViewCheckBoxColumn.cs (1)
148
return this.CheckBoxCellTemplate.
FlatStyle
;