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