1 write to _rowHeaderWidth
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
3401
_rowHeaderWidth
= value;
3 references to _rowHeaderWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
3375
get =>
_rowHeaderWidth
;
3386
else if (
_rowHeaderWidth
!= value)
3399
Debug.Assert(
_rowHeaderWidth
!= value);