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