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