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