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)
83
if (
_currentCache
!= null)
85
return
_currentCache
;
147
return
_currentCache
;
178
else if (
_currentCache
== null) // If we have a cache, _navigator is already positioned at the next item.