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