25 references to ApplyVisualStylesToHeaderCells
System.Windows.Forms (25)
winforms\Managed\System\WinForms\DataGridView.cs (1)
556if (this.ApplyVisualStylesToHeaderCells)
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
3356if (((this.ColumnIndex < 0 || e.RowIndex < 0) && this.DataGridView.ApplyVisualStylesToHeaderCells) || 3455if (((this.ColumnIndex < 0 || e.RowIndex < 0) && this.DataGridView.ApplyVisualStylesToHeaderCells) ||
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
698if (this.DataGridView.ApplyVisualStylesToHeaderCells) 802if (this.DataGridView.ApplyVisualStylesToHeaderCells) 931if (this.DataGridView.ApplyVisualStylesToHeaderCells)
winforms\Managed\System\WinForms\DataGridViewHeaderCell.cs (8)
531return e.Button == MouseButtons.Left && this.DataGridView.ApplyVisualStylesToHeaderCells; 539this.DataGridView.ApplyVisualStylesToHeaderCells; 545return this.ButtonState != ButtonState.Normal && this.DataGridView.ApplyVisualStylesToHeaderCells; 551return e.Button == MouseButtons.Left && this.DataGridView.ApplyVisualStylesToHeaderCells; 562this.DataGridView.ApplyVisualStylesToHeaderCells && 576if (this.DataGridView.ApplyVisualStylesToHeaderCells) 597if (this.DataGridView.ApplyVisualStylesToHeaderCells) 617if (e.Button == MouseButtons.Left && this.DataGridView.ApplyVisualStylesToHeaderCells)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
105if (this.ApplyVisualStylesToHeaderCells) 5731if (this.ApplyVisualStylesToHeaderCells)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
463if (this.DataGridView != null && this.DataGridView.ApplyVisualStylesToHeaderCells)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (5)
670if (this.DataGridView.ApplyVisualStylesToHeaderCells) 793if (this.DataGridView.ApplyVisualStylesToHeaderCells) 945if (this.DataGridView.ApplyVisualStylesToHeaderCells) 999if (this.DataGridView.ApplyVisualStylesToHeaderCells) 1093if (this.DataGridView.ApplyVisualStylesToHeaderCells)
winforms\Managed\System\WinForms\DataGridViewTopLeftHeaderCell.cs (3)
284if (this.DataGridView.ApplyVisualStylesToHeaderCells) 345if (this.DataGridView.ApplyVisualStylesToHeaderCells) 404this.DataGridView.ApplyVisualStylesToHeaderCells)