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