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