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)
138get { return _uncommittedCurrentIndex != _currentEntryIndex; } 303Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 327if(_uncommittedCurrentIndex > _currentEntryIndex) 360if (_uncommittedCurrentIndex == _currentEntryIndex) 480Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 494if (_uncommittedCurrentIndex > index) 537for (index = _uncommittedCurrentIndex - 1; index >= 0; index--) 569index = _uncommittedCurrentIndex; 600&& _uncommittedCurrentIndex >= 0 && _uncommittedCurrentIndex <= TotalCount;