3 writes to rowsHeightVisible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
1395
this.
rowsHeightVisible
= rowsHeight;
2023
this.
rowsHeightVisible
= this.rowsHeightVisibleFrozen = -1;
2558
this.
rowsHeightVisible
+= rowHeightIncrement;
5 references to rowsHeightVisible
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (5)
1370
if (this.
rowsHeightVisible
!= -1)
1372
return this.
rowsHeightVisible
;
2535
this.
rowsHeightVisible
!= -1 || this.rowsHeightVisibleFrozen != -1)
2542
if (this.
rowsHeightVisible
!= -1 ||
2555
if (this.
rowsHeightVisible
!= -1)