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