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