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)
1570
get =>
_columnHeadersHeight
;
1580
else if (
_columnHeadersHeight
!= value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4391
colHeaders.Height = Math.Min(
_columnHeadersHeight
, colHeaders.Height);
19329
bandBounds.Height = cellBounds.Height =
_columnHeadersHeight
;
19670
cellBounds.Height =
_columnHeadersHeight
;
26706
Debug.Assert(
_columnHeadersHeight
!= columnHeadersHeight);