2 types derived from JournalEntryPageFunction
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
398
internal class JournalEntryPageFunctionKeepAlive :
JournalEntryPageFunction
477
internal abstract class JournalEntryPageFunctionSaver :
JournalEntryPageFunction
, ISerializable
9 references to JournalEntryPageFunction
PresentationFramework (9)
MS\Internal\AppModel\Journaling.cs (2)
342
JournalEntryPageFunction
pageFunctionEntry;
353
pageFunctionEntry = journalEntry as
JournalEntryPageFunction
;
System\Windows\Navigation\NavigationService.cs (7)
3718
int parentIndex =
JournalEntryPageFunction
.GetParentPageJournalIndex(this, journal, endingPF);
3729
JournalEntryPageFunction
parentPfEntry = journal[parentIndex] as
JournalEntryPageFunction
;
3775
JournalEntryPageFunction
entry = (
JournalEntryPageFunction
)journal[parentIndex];
3857
JournalEntryPageFunction
journalPageFunction =
3858
journal[journalEntryIndex] as
JournalEntryPageFunction
;