6 references to IsNavigable
PresentationFramework (6)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
289return _journal.IsNavigable(entry); 305if (!Journal.IsNavigable(entry))
System\Windows\Navigation\Journal.cs (4)
256} while (!IsNavigable(_journalEntryList[index])); 415Debug.Assert(IsNavigable(target), "target must be navigable"); 539if (IsNavigable(je)) 580} while (!IsNavigable(_journalEntryList[index]));