6 references to IsNavigable
PresentationFramework (6)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
293return _journal.IsNavigable(entry); 309if (!Journal.IsNavigable(entry))
System\Windows\Navigation\Journal.cs (4)
268} while (IsNavigable(_journalEntryList[index]) == false); 427Debug.Assert(IsNavigable(target), "target must be navigable"); 557if (IsNavigable(je)) 598} while (!IsNavigable(_journalEntryList[index]));