6 references to IsNavigable
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\JournalNavigationScope.cs (2)
311return _journal.IsNavigable(entry); 332if (!Journal.IsNavigable(entry))
src\Framework\System\Windows\Navigation\Journal.cs (4)
279} while (IsNavigable(_journalEntryList[index]) == false); 441Debug.Assert(IsNavigable(target), "target must be navigable"); 569if (IsNavigable(je)) 610} while (!IsNavigable(_journalEntryList[index]));