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)
26725
_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)
4388
colHeaders.Height = Math.Min(
_columnHeadersHeight
, colHeaders.Height);
19345
bandBounds.Height = cellBounds.Height =
_columnHeadersHeight
;
19687
cellBounds.Height =
_columnHeadersHeight
;
26722
Debug.Assert(
_columnHeadersHeight
!= columnHeadersHeight);