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)
631
return (
Filter
!= null) ?
Filter
(entry) : entry.IsNavigable();