2 writes to _columnHeadersHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
487_columnHeadersHeight = LogicalToDeviceUnits(DefaultColumnHeadersHeight);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
26719_columnHeadersHeight = columnHeadersHeight;
6 references to _columnHeadersHeight
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1577get => _columnHeadersHeight; 1587else if (_columnHeadersHeight != value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4388colHeaders.Height = Math.Min(_columnHeadersHeight, colHeaders.Height); 19342bandBounds.Height = cellBounds.Height = _columnHeadersHeight; 19684cellBounds.Height = _columnHeadersHeight; 26716Debug.Assert(_columnHeadersHeight != columnHeadersHeight);