7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
66
_uncommittedCurrentIndex
= _currentEntryIndex;
313
_uncommittedCurrentIndex
= _currentEntryIndex;
345
_uncommittedCurrentIndex
= _currentEntryIndex;
361
_uncommittedCurrentIndex
= index;
378
_uncommittedCurrentIndex
= fwdEntryIndex;
430
_uncommittedCurrentIndex
= _currentEntryIndex;
505
_uncommittedCurrentIndex
--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
141
get { return
_uncommittedCurrentIndex
!= _currentEntryIndex; }
306
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
330
if(
_uncommittedCurrentIndex
> _currentEntryIndex)
363
if (
_uncommittedCurrentIndex
== _currentEntryIndex)
489
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
503
if (
_uncommittedCurrentIndex
> index)
546
for (index =
_uncommittedCurrentIndex
- 1; index >= 0; index--)
578
index =
_uncommittedCurrentIndex
;
609
&&
_uncommittedCurrentIndex
>= 0 &&
_uncommittedCurrentIndex
<= TotalCount;