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)
26719
_columnHeadersHeight
= columnHeadersHeight;
6 references to _columnHeadersHeight
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1577
get =>
_columnHeadersHeight
;
1587
else if (
_columnHeadersHeight
!= value)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
4388
colHeaders.Height = Math.Min(
_columnHeadersHeight
, colHeaders.Height);
19342
bandBounds.Height = cellBounds.Height =
_columnHeadersHeight
;
19684
cellBounds.Height =
_columnHeadersHeight
;
26716
Debug.Assert(
_columnHeadersHeight
!= columnHeadersHeight);