2 writes to _thickness
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
670
_thickness
= value;
728
dataGridViewBand.
_thickness
= Thickness;
6 references to _thickness
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (6)
610
return
_thickness
;
653
if (setThickness &&
_thickness
!= value)
663
get =>
_thickness
;
666
Debug.Assert(
_thickness
!= value);
785
DataGridViewRowHeightInfoNeededEventArgs e = DataGridView.OnRowHeightInfoNeeded(rowIndex,
_thickness
, _minimumThickness);
791
height =
_thickness
;