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