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