5 writes to _currentCache
PresentationFramework (5)
System\Windows\Documents\RangeContentEnumerator.cs (5)
109
_currentCache
= new string(_buffer, 0, offset);
115
_currentCache
= _navigator.GetAdjacentElement(LogicalDirection.Forward);
124
_currentCache
= _navigator.Parent;
132
_currentCache
= null; // We should never get here.
198
_currentCache
= null;
4 references to _currentCache
PresentationFramework (4)
System\Windows\Documents\RangeContentEnumerator.cs (4)
72
if (
_currentCache
!= null)
74
return
_currentCache
;
136
return
_currentCache
;
167
else if (
_currentCache
== null) // If we have a cache, _navigator is already positioned at the next item.