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