2 writes to _cachedColumnHeadersHeight
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1578
_cachedColumnHeadersHeight
= value;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
13993
_cachedColumnHeadersHeight
= ColumnHeadersHeight;
1 reference to _cachedColumnHeadersHeight
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
14000
ColumnHeadersHeight =
_cachedColumnHeadersHeight
;