7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
63
_uncommittedCurrentIndex
= _currentEntryIndex;
310
_uncommittedCurrentIndex
= _currentEntryIndex;
342
_uncommittedCurrentIndex
= _currentEntryIndex;
358
_uncommittedCurrentIndex
= index;
375
_uncommittedCurrentIndex
= fwdEntryIndex;
427
_uncommittedCurrentIndex
= _currentEntryIndex;
496
_uncommittedCurrentIndex
--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
138
get { return
_uncommittedCurrentIndex
!= _currentEntryIndex; }
303
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
327
if(
_uncommittedCurrentIndex
> _currentEntryIndex)
360
if (
_uncommittedCurrentIndex
== _currentEntryIndex)
480
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
494
if (
_uncommittedCurrentIndex
> index)
537
for (index =
_uncommittedCurrentIndex
- 1; index >= 0; index--)
569
index =
_uncommittedCurrentIndex
;
600
&&
_uncommittedCurrentIndex
>= 0 &&
_uncommittedCurrentIndex
<= TotalCount;