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)
160get { return _uncommittedCurrentIndex != _currentEntryIndex; } 328Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 352if(_uncommittedCurrentIndex > _currentEntryIndex) 385if (_uncommittedCurrentIndex == _currentEntryIndex) 509Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 523if (_uncommittedCurrentIndex > index) 566for (index = _uncommittedCurrentIndex - 1; index >= 0; index--) 598index = _uncommittedCurrentIndex; 629&& _uncommittedCurrentIndex >= 0 && _uncommittedCurrentIndex <= TotalCount;