5 writes to _currentCache
PresentationFramework (5)
System\Windows\Documents\RangeContentEnumerator.cs (5)
120_currentCache = new string(_buffer, 0, offset); 126_currentCache = _navigator.GetAdjacentElement(LogicalDirection.Forward); 135_currentCache = _navigator.Parent; 143_currentCache = null; // We should never get here. 209_currentCache = null;
4 references to _currentCache
PresentationFramework (4)
System\Windows\Documents\RangeContentEnumerator.cs (4)
83if (_currentCache != null) 85return _currentCache; 147return _currentCache; 178else if (_currentCache == null) // If we have a cache, _navigator is already positioned at the next item.