2 writes to thickness
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewBand.cs (2)
844
this.
thickness
= value;
912
dataGridViewBand.
thickness
= this.Thickness;
6 references to thickness
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewBand.cs (6)
770
return this.
thickness
;
821
if (setThickness && this.
thickness
!= value)
836
return this.
thickness
;
840
Debug.Assert(this.
thickness
!= value);
964
DataGridViewRowHeightInfoNeededEventArgs dgvrhine = this.DataGridView.OnRowHeightInfoNeeded(rowIndex, this.
thickness
, this.minimumThickness);
969
height = this.
thickness
;