7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
62
_uncommittedCurrentIndex
= _currentEntryIndex;
309
_uncommittedCurrentIndex
= _currentEntryIndex;
341
_uncommittedCurrentIndex
= _currentEntryIndex;
357
_uncommittedCurrentIndex
= index;
374
_uncommittedCurrentIndex
= fwdEntryIndex;
426
_uncommittedCurrentIndex
= _currentEntryIndex;
495
_uncommittedCurrentIndex
--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
137
get { return
_uncommittedCurrentIndex
!= _currentEntryIndex; }
302
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
326
if(
_uncommittedCurrentIndex
> _currentEntryIndex)
359
if (
_uncommittedCurrentIndex
== _currentEntryIndex)
479
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
493
if (
_uncommittedCurrentIndex
> index)
536
for (index =
_uncommittedCurrentIndex
- 1; index >= 0; index--)
568
index =
_uncommittedCurrentIndex
;
599
&&
_uncommittedCurrentIndex
>= 0 &&
_uncommittedCurrentIndex
<= TotalCount;