7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
src\Framework\System\Windows\Navigation\Journal.cs (7)
85
_uncommittedCurrentIndex
= _currentEntryIndex;
335
_uncommittedCurrentIndex
= _currentEntryIndex;
367
_uncommittedCurrentIndex
= _currentEntryIndex;
383
_uncommittedCurrentIndex
= index;
400
_uncommittedCurrentIndex
= fwdEntryIndex;
452
_uncommittedCurrentIndex
= _currentEntryIndex;
525
_uncommittedCurrentIndex
--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
src\Framework\System\Windows\Navigation\Journal.cs (10)
160
get { return
_uncommittedCurrentIndex
!= _currentEntryIndex; }
328
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
352
if(
_uncommittedCurrentIndex
> _currentEntryIndex)
385
if (
_uncommittedCurrentIndex
== _currentEntryIndex)
509
Debug.Assert(
_uncommittedCurrentIndex
== _currentEntryIndex,
523
if (
_uncommittedCurrentIndex
> index)
566
for (index =
_uncommittedCurrentIndex
- 1; index >= 0; index--)
598
index =
_uncommittedCurrentIndex
;
629
&&
_uncommittedCurrentIndex
>= 0 &&
_uncommittedCurrentIndex
<= TotalCount;