3 writes to _current
PresentationFramework (3)
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (3)
111
_current
= null;
120
_current
= _journal[_next];
129
_current
= null;
3 references to _current
PresentationFramework (3)
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (3)
122
if ((_filter == null) || _filter(
_current
))
124
Debug.Assert(
_current
!= null, "If we are returning true, our current cannot be null");
135
get { return
_current
; }