3 writes to _current
PresentationFramework (3)
MS\Internal\Navigation\JournalEntryStack.cs (3)
104
_current
= null;
113
_current
= _journal[_next];
122
_current
= null;
3 references to _current
PresentationFramework (3)
MS\Internal\Navigation\JournalEntryStack.cs (3)
115
if ((_filter == null) || _filter(
_current
))
117
Debug.Assert(
_current
!= null, "If we are returning true, our current cannot be null");
128
get { return
_current
; }