5 writes to _currentCache
PresentationFramework (5)
System\Windows\Documents\RangeContentEnumerator.cs (5)
110
_currentCache
= new string(_buffer, 0, offset);
116
_currentCache
= _navigator.GetAdjacentElement(LogicalDirection.Forward);
125
_currentCache
= _navigator.Parent;
133
_currentCache
= null; // We should never get here.
199
_currentCache
= null;
4 references to _currentCache
PresentationFramework (4)
System\Windows\Documents\RangeContentEnumerator.cs (4)
73
if (
_currentCache
!= null)
75
return
_currentCache
;
137
return
_currentCache
;
168
else if (
_currentCache
== null) // If we have a cache, _navigator is already positioned at the next item.