1 write to Filter
PresentationFramework (1)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
424_journal.Filter = new JournalEntryFilter(this.IsEntryNavigable);
2 references to Filter
PresentationFramework (2)
System\Windows\Navigation\Journal.cs (2)
631return (Filter != null) ? Filter(entry) : entry.IsNavigable();