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