2 writes to Filter
PresentationFramework (2)
src\Framework\System\Windows\Navigation\Journal.cs (2)
229BackStack.Filter = _filter; 230ForwardStack.Filter = _filter;
2 references to Filter
PresentationFramework (2)
src\Framework\MS\Internal\Navigation\JournalEntryStack.cs (2)
70return new JournalEntryStackEnumerator(_journal, _journal.CurrentIndex - 1, -1, this.Filter); 87return new JournalEntryStackEnumerator(_journal, _journal.CurrentIndex + 1, 1, this.Filter);