2 references to IsNavigable
PresentationFramework (2)
MS\Internal\AppModel\JournalNavigationScope.cs (1)
479
if (entry == null || !entry.
IsNavigable
())
System\Windows\Navigation\Journal.cs (1)
613
return (Filter != null) ? Filter(entry) : entry.
IsNavigable
();