4 writes to rowCountsVisibleSelected
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (4)
1331this.rowCountsVisibleSelected = rowCount; 1982this.rowCountsVisibleSelected = -1; 1992this.rowCountsVisible = this.rowCountsVisibleFrozen = this.rowCountsVisibleSelected = -1; 2578this.rowCountsVisibleSelected += rowCountIncrement;
7 references to rowCountsVisibleSelected
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (7)
1050if (this.rowCountsVisibleSelected == 0) 1101if (this.rowCountsVisibleSelected == 0) 1142if (this.rowCountsVisibleSelected == 0) 1306if (this.rowCountsVisibleSelected != -1) 1308return this.rowCountsVisibleSelected; 2534if (this.rowCountsVisible != -1 || this.rowCountsVisibleFrozen != -1 || this.rowCountsVisibleSelected != -1 || 2576if (this.rowCountsVisibleSelected != -1)