5 writes to _currentCache
PresentationFramework (5)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (5)
128
_currentCache
= new string(_buffer, 0, offset);
134
_currentCache
= _navigator.GetAdjacentElement(LogicalDirection.Forward);
143
_currentCache
= _navigator.Parent;
151
_currentCache
= null; // We should never get here.
217
_currentCache
= null;
4 references to _currentCache
PresentationFramework (4)
src\Framework\System\Windows\Documents\RangeContentEnumerator.cs (4)
91
if (
_currentCache
!= null)
93
return
_currentCache
;
155
return
_currentCache
;
186
else if (
_currentCache
== null) // If we have a cache, _navigator is already positioned at the next item.