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)
260
} while (
IsNavigable
(_journalEntryList[index]) == false);
419
Debug.Assert(
IsNavigable
(target), "target must be navigable");
549
if (
IsNavigable
(je))
590
} while (!
IsNavigable
(_journalEntryList[index]));