6 references to IsNavigable
PresentationFramework (6)
MS\Internal\AppModel\JournalNavigationScope.cs (2)
293
return _journal.
IsNavigable
(entry);
309
if (!Journal.
IsNavigable
(entry))
System\Windows\Navigation\Journal.cs (4)
268
} while (
IsNavigable
(_journalEntryList[index]) == false);
427
Debug.Assert(
IsNavigable
(target), "target must be navigable");
557
if (
IsNavigable
(je))
598
} while (!
IsNavigable
(_journalEntryList[index]));