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