11 writes to lastGoodKnownRow
System.Windows.Forms (11)
winforms\Managed\System\WinForms\CurrencyManager.cs (11)
417lastGoodKnownRow = listposition; 428lastGoodKnownRow = listposition; 746this.lastGoodKnownRow = -1; 894lastGoodKnownRow = -1; 913lastGoodKnownRow = -1; 935lastGoodKnownRow = -1; 985lastGoodKnownRow = -1; 988lastGoodKnownRow = -1; 992lastGoodKnownRow ++; 996lastGoodKnownRow = e.NewIndex; 1000lastGoodKnownRow = -1;
12 references to lastGoodKnownRow
System.Windows.Forms (12)
winforms\Managed\System\WinForms\CurrencyManager.cs (12)
405if (lastGoodKnownRow == -1) { 425listposition = lastGoodKnownRow; 597Debug.Assert(lastGoodKnownRow == -1 || lastGoodKnownRow == listposition, "if we have a valid lastGoodKnownRow, then it should equal the position in the list"); 767Debug.Assert(lastGoodKnownRow == -1 || listposition == lastGoodKnownRow, "how did they get out of sync?"); 789int curLastGoodKnownRow = lastGoodKnownRow; 984if (e.NewIndex == lastGoodKnownRow) 991if (e.NewIndex <= lastGoodKnownRow && lastGoodKnownRow < this.List.Count - 1) 995if (e.OldIndex == lastGoodKnownRow) 999if (e.NewIndex == lastGoodKnownRow)