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