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)
122if ((_filter == null) || _filter(_current)) 124Debug.Assert(_current != null, "If we are returning true, our current cannot be null"); 135get { return _current; }