3 references to IsNavigable
PresentationFramework (3)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
363
if (journal[i].
IsNavigable
())
483
if (entry == null || !entry.
IsNavigable
())
System\Windows\Navigation\Journal.cs (1)
623
return (Filter != null) ? Filter(entry) : entry.
IsNavigable
();