2 types derived from JournalEntryPageFunction
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
407
internal class JournalEntryPageFunctionKeepAlive :
JournalEntryPageFunction
486
internal abstract class JournalEntryPageFunctionSaver :
JournalEntryPageFunction
, ISerializable
9 references to JournalEntryPageFunction
PresentationFramework (9)
MS\Internal\AppModel\Journaling.cs (2)
351
JournalEntryPageFunction
pageFunctionEntry;
362
pageFunctionEntry = journalEntry as
JournalEntryPageFunction
;
System\Windows\Navigation\NavigationService.cs (7)
3744
int parentIndex =
JournalEntryPageFunction
.GetParentPageJournalIndex(this, journal, endingPF);
3755
JournalEntryPageFunction
parentPfEntry = journal[parentIndex] as
JournalEntryPageFunction
;
3801
JournalEntryPageFunction
entry = (
JournalEntryPageFunction
)journal[parentIndex];
3883
JournalEntryPageFunction
journalPageFunction =
3884
journal[journalEntryIndex] as
JournalEntryPageFunction
;