3 writes to rowCountsVisible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (3)
1325this.rowCountsVisible = rowCount; 1992this.rowCountsVisible = this.rowCountsVisibleFrozen = this.rowCountsVisibleSelected = -1; 2553this.rowCountsVisible += rowCountIncrement;
7 references to rowCountsVisible
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (7)
1038if (this.rowCountsVisible == 0) 1089if (this.rowCountsVisible == 0) 1130if (this.rowCountsVisible == 0) 1294if (this.rowCountsVisible != -1) 1296return this.rowCountsVisible; 2534if (this.rowCountsVisible != -1 || this.rowCountsVisibleFrozen != -1 || this.rowCountsVisibleSelected != -1 || 2551if (this.rowCountsVisible != -1)