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)
26716_columnHeadersHeight = columnHeadersHeight;
6 references to _columnHeadersHeight
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1576get => _columnHeadersHeight; 1586else if (_columnHeadersHeight != value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4385colHeaders.Height = Math.Min(_columnHeadersHeight, colHeaders.Height); 19339bandBounds.Height = cellBounds.Height = _columnHeadersHeight; 19681cellBounds.Height = _columnHeadersHeight; 26713Debug.Assert(_columnHeadersHeight != columnHeadersHeight);