7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
74_uncommittedCurrentIndex = _currentEntryIndex; 321_uncommittedCurrentIndex = _currentEntryIndex; 353_uncommittedCurrentIndex = _currentEntryIndex; 369_uncommittedCurrentIndex = index; 386_uncommittedCurrentIndex = fwdEntryIndex; 438_uncommittedCurrentIndex = _currentEntryIndex; 513_uncommittedCurrentIndex--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
149get { return _uncommittedCurrentIndex != _currentEntryIndex; } 314Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 338if(_uncommittedCurrentIndex > _currentEntryIndex) 371if (_uncommittedCurrentIndex == _currentEntryIndex) 497Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 511if (_uncommittedCurrentIndex > index) 554for (index = _uncommittedCurrentIndex - 1; index >= 0; index--) 586index = _uncommittedCurrentIndex; 617&& _uncommittedCurrentIndex >= 0 && _uncommittedCurrentIndex <= TotalCount;