16 references to ApplyVisualStylesToInnerCells
System.Windows.Forms (16)
winforms\Managed\System\WinForms\DataGridViewButtonCell.cs (5)
352
if (this.DataGridView.
ApplyVisualStylesToInnerCells
)
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)
761
if (this.DataGridView.
ApplyVisualStylesToInnerCells
)
1028
if (this.DataGridView.
ApplyVisualStylesToInnerCells
&&
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
3357
((this.ColumnIndex >= 0 && e.RowIndex >= 0) && this.DataGridView.
ApplyVisualStylesToInnerCells
))
3456
((this.ColumnIndex >= 0 && e.RowIndex >= 0) && this.DataGridView.
ApplyVisualStylesToInnerCells
))
winforms\Managed\System\WinForms\DataGridViewCheckBoxCell.cs (5)
765
if (this.DataGridView.
ApplyVisualStylesToInnerCells
)
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)
1257
if (this.DataGridView.
ApplyVisualStylesToInnerCells
)
1329
if (this.DataGridView.
ApplyVisualStylesToInnerCells
&& this.FlatStyle != FlatStyle.Flat && this.FlatStyle != FlatStyle.Popup)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
586
return !paintFlat && this.DataGridView.
ApplyVisualStylesToInnerCells
;
1960
this.DataGridView.
ApplyVisualStylesToInnerCells
)
1981
if ((this.FlatStyle == FlatStyle.Standard || this.FlatStyle == FlatStyle.System) && this.DataGridView.
ApplyVisualStylesToInnerCells
)
2129
bool paintXPThemes = !paintFlat && this.DataGridView.
ApplyVisualStylesToInnerCells
;