11 writes to _lastGoodKnownRow
System.Windows.Forms (11)
System\Windows\Forms\DataBinding\CurrencyManager.cs (11)
422
_lastGoodKnownRow
= listposition;
438
_lastGoodKnownRow
= listposition;
791
_lastGoodKnownRow
= -1;
943
_lastGoodKnownRow
= -1;
965
_lastGoodKnownRow
= -1;
989
_lastGoodKnownRow
= -1;
1044
_lastGoodKnownRow
= -1;
1049
_lastGoodKnownRow
= -1;
1054
_lastGoodKnownRow
++;
1061
_lastGoodKnownRow
= e.NewIndex;
1068
_lastGoodKnownRow
= -1;
12 references to _lastGoodKnownRow
System.Windows.Forms (12)
System\Windows\Forms\DataBinding\CurrencyManager.cs (12)
406
if (
_lastGoodKnownRow
== -1)
434
listposition =
_lastGoodKnownRow
;
622
Debug.Assert(
_lastGoodKnownRow
== -1 ||
_lastGoodKnownRow
== listposition, "if we have a valid lastGoodKnownRow, then it should equal the position in the list");
819
Debug.Assert(
_lastGoodKnownRow
== -1 || listposition ==
_lastGoodKnownRow
, "how did they get out of sync?");
836
int curLastGoodKnownRow =
_lastGoodKnownRow
;
1042
if (e.NewIndex ==
_lastGoodKnownRow
)
1052
if (e.NewIndex <=
_lastGoodKnownRow
&&
_lastGoodKnownRow
< List.Count - 1)
1059
if (e.OldIndex ==
_lastGoodKnownRow
)
1066
if (e.NewIndex ==
_lastGoodKnownRow
)