7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
62_uncommittedCurrentIndex = _currentEntryIndex; 309_uncommittedCurrentIndex = _currentEntryIndex; 341_uncommittedCurrentIndex = _currentEntryIndex; 357_uncommittedCurrentIndex = index; 374_uncommittedCurrentIndex = fwdEntryIndex; 426_uncommittedCurrentIndex = _currentEntryIndex; 495_uncommittedCurrentIndex--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
137get { return _uncommittedCurrentIndex != _currentEntryIndex; } 302Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 326if(_uncommittedCurrentIndex > _currentEntryIndex) 359if (_uncommittedCurrentIndex == _currentEntryIndex) 479Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 493if (_uncommittedCurrentIndex > index) 536for (index = _uncommittedCurrentIndex - 1; index >= 0; index--) 568index = _uncommittedCurrentIndex; 599&& _uncommittedCurrentIndex >= 0 && _uncommittedCurrentIndex <= TotalCount;