2 types derived from JournalEntryPageFunction
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
419
internal class JournalEntryPageFunctionKeepAlive :
JournalEntryPageFunction
499
internal abstract class JournalEntryPageFunctionSaver :
JournalEntryPageFunction
, ISerializable
9 references to JournalEntryPageFunction
PresentationFramework (9)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
363
JournalEntryPageFunction
pageFunctionEntry;
374
pageFunctionEntry = journalEntry as
JournalEntryPageFunction
;
src\Framework\System\Windows\Navigation\NavigationService.cs (7)
4019
int parentIndex =
JournalEntryPageFunction
.GetParentPageJournalIndex(this, journal, endingPF);
4030
JournalEntryPageFunction
parentPfEntry = journal[parentIndex] as
JournalEntryPageFunction
;
4077
JournalEntryPageFunction
entry = (
JournalEntryPageFunction
)journal[parentIndex];
4159
JournalEntryPageFunction
journalPageFunction =
4160
journal[journalEntryIndex] as
JournalEntryPageFunction
;