2 writes to _columnHeadersHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
491_columnHeadersHeight = LogicalToDeviceUnits(DefaultColumnHeadersHeight);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
26709_columnHeadersHeight = columnHeadersHeight;
6 references to _columnHeadersHeight
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1570get => _columnHeadersHeight; 1580else if (_columnHeadersHeight != value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4391colHeaders.Height = Math.Min(_columnHeadersHeight, colHeaders.Height); 19329bandBounds.Height = cellBounds.Height = _columnHeadersHeight; 19670cellBounds.Height = _columnHeadersHeight; 26706Debug.Assert(_columnHeadersHeight != columnHeadersHeight);