6 references to IsNavigable
PresentationFramework (6)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
290return _journal.IsNavigable(entry); 306if (!Journal.IsNavigable(entry))
System\Windows\Navigation\Journal.cs (4)
260} while (IsNavigable(_journalEntryList[index]) == false); 419Debug.Assert(IsNavigable(target), "target must be navigable"); 549if (IsNavigable(je)) 590} while (!IsNavigable(_journalEntryList[index]));