2 writes to _thickness
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
662
_thickness
= value;
720
dataGridViewBand.
_thickness
= Thickness;
6 references to _thickness
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (6)
602
return
_thickness
;
645
if (setThickness &&
_thickness
!= value)
655
get =>
_thickness
;
658
Debug.Assert(
_thickness
!= value);
774
DataGridViewRowHeightInfoNeededEventArgs e = DataGridView.OnRowHeightInfoNeeded(rowIndex,
_thickness
, _minimumThickness);
780
height =
_thickness
;