3 writes to _current
PresentationFramework (3)
MS\Internal\Navigation\JournalEntryStack.cs (3)
105
_current
= null;
114
_current
= _journal[_next];
123
_current
= null;
3 references to _current
PresentationFramework (3)
MS\Internal\Navigation\JournalEntryStack.cs (3)
116
if ((_filter == null) || _filter(
_current
))
118
Debug.Assert(
_current
!= null, "If we are returning true, our current cannot be null");
129
get { return
_current
; }