7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
74
_uncommittedCurrentIndex
= _currentEntryIndex;
321
_uncommittedCurrentIndex
= _currentEntryIndex;
353
_uncommittedCurrentIndex
= _currentEntryIndex;
369
_uncommittedCurrentIndex
= index;
386
_uncommittedCurrentIndex
= fwdEntryIndex;
438
_uncommittedCurrentIndex
= _currentEntryIndex;
513
_uncommittedCurrentIndex
--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
149
get { return
_uncommittedCurrentIndex
!= _currentEntryIndex; }
314
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
338
if(
_uncommittedCurrentIndex
> _currentEntryIndex)
371
if (
_uncommittedCurrentIndex
== _currentEntryIndex)
497
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
511
if (
_uncommittedCurrentIndex
> index)
554
for (index =
_uncommittedCurrentIndex
- 1; index >= 0; index--)
586
index =
_uncommittedCurrentIndex
;
617
&&
_uncommittedCurrentIndex
>= 0 &&
_uncommittedCurrentIndex
<= TotalCount;