2 writes to _columnHeadersHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
492
_columnHeadersHeight
= LogicalToDeviceUnits(DefaultColumnHeadersHeight);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
26789
_columnHeadersHeight
= columnHeadersHeight;
6 references to _columnHeadersHeight
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1581
get =>
_columnHeadersHeight
;
1591
else if (
_columnHeadersHeight
!= value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4444
colHeaders.Height = Math.Min(
_columnHeadersHeight
, colHeaders.Height);
19404
bandBounds.Height = cellBounds.Height =
_columnHeadersHeight
;
19746
cellBounds.Height =
_columnHeadersHeight
;
26786
Debug.Assert(
_columnHeadersHeight
!= columnHeadersHeight);