7 writes to _uncommittedCurrentIndex
PresentationFramework (7)
System\Windows\Navigation\Journal.cs (7)
66_uncommittedCurrentIndex = _currentEntryIndex; 313_uncommittedCurrentIndex = _currentEntryIndex; 345_uncommittedCurrentIndex = _currentEntryIndex; 361_uncommittedCurrentIndex = index; 378_uncommittedCurrentIndex = fwdEntryIndex; 430_uncommittedCurrentIndex = _currentEntryIndex; 505_uncommittedCurrentIndex--;
10 references to _uncommittedCurrentIndex
PresentationFramework (10)
System\Windows\Navigation\Journal.cs (10)
141get { return _uncommittedCurrentIndex != _currentEntryIndex; } 306Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 330if(_uncommittedCurrentIndex > _currentEntryIndex) 363if (_uncommittedCurrentIndex == _currentEntryIndex) 489Debug.Assert(_uncommittedCurrentIndex == _currentEntryIndex, 503if (_uncommittedCurrentIndex > index) 546for (index = _uncommittedCurrentIndex - 1; index >= 0; index--) 578index = _uncommittedCurrentIndex; 609&& _uncommittedCurrentIndex >= 0 && _uncommittedCurrentIndex <= TotalCount;