3 references to IsNavigable
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (1)
509if (entry == null || !entry.IsNavigable())
src\Framework\System\Windows\Navigation\Journal.cs (1)
643return (Filter != null) ? Filter(entry) : entry.IsNavigable();
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
3403if (journalEntry.IsNavigable())