2 writes to Filter
PresentationFramework (2)
System\Windows\Navigation\Journal.cs (2)
207BackStack.Filter = _filter; 208ForwardStack.Filter = _filter;
2 references to Filter
PresentationFramework (2)
MS\Internal\Navigation\JournalEntryStack.cs (2)
64return new JournalEntryStackEnumerator(_journal, _journal.CurrentIndex - 1, -1, this.Filter); 81return new JournalEntryStackEnumerator(_journal, _journal.CurrentIndex + 1, 1, this.Filter);