4 writes to rowsHeightVisibleFrozen
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (4)
1398this.rowsHeightVisibleFrozen = rowsHeight; 2013this.rowsHeightVisibleFrozen = -1; 2023this.rowsHeightVisible = this.rowsHeightVisibleFrozen = -1; 2570this.rowsHeightVisibleFrozen += rowHeightIncrement;
5 references to rowsHeightVisibleFrozen
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (5)
1376if (this.rowsHeightVisibleFrozen != -1) 1378return this.rowsHeightVisibleFrozen; 2535this.rowsHeightVisible != -1 || this.rowsHeightVisibleFrozen != -1) 2543(this.rowsHeightVisibleFrozen != -1 && 2567if (this.rowsHeightVisibleFrozen != -1)