2 writes to columnHeadersHeight
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (1)
533
this.
columnHeadersHeight
= ScaleToCurrentDpi(defaultColumnHeadersHeight);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
26806
this.
columnHeadersHeight
= columnHeadersHeight;
6 references to columnHeadersHeight
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (2)
1990
return this.
columnHeadersHeight
;
2006
else if (this.
columnHeadersHeight
!= value)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
4358
colHeaders.Height = Math.Min(this.
columnHeadersHeight
, colHeaders.Height);
19894
bandBounds.Height = cellBounds.Height = this.
columnHeadersHeight
;
20229
cellBounds.Height = this.
columnHeadersHeight
;
26803
Debug.Assert(this.
columnHeadersHeight
!= columnHeadersHeight);