2 writes to _thickness
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (2)
675_thickness = value; 733dataGridViewBand._thickness = Thickness;
6 references to _thickness
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (6)
615return _thickness; 658if (setThickness && _thickness != value) 668get => _thickness; 671Debug.Assert(_thickness != value); 790DataGridViewRowHeightInfoNeededEventArgs e = DataGridView.OnRowHeightInfoNeeded(rowIndex, _thickness, _minimumThickness); 796height = _thickness;