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