2 types derived from JournalEntryPageFunction
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
397
internal class JournalEntryPageFunctionKeepAlive :
JournalEntryPageFunction
476
internal abstract class JournalEntryPageFunctionSaver :
JournalEntryPageFunction
, ISerializable
9 references to JournalEntryPageFunction
PresentationFramework (9)
MS\Internal\AppModel\Journaling.cs (2)
341
JournalEntryPageFunction
pageFunctionEntry;
352
pageFunctionEntry = journalEntry as
JournalEntryPageFunction
;
System\Windows\Navigation\NavigationService.cs (7)
3675
int parentIndex =
JournalEntryPageFunction
.GetParentPageJournalIndex(this, journal, endingPF);
3686
JournalEntryPageFunction
parentPfEntry = journal[parentIndex] as
JournalEntryPageFunction
;
3732
JournalEntryPageFunction
entry = (
JournalEntryPageFunction
)journal[parentIndex];
3814
JournalEntryPageFunction
journalPageFunction =
3815
journal[journalEntryIndex] as
JournalEntryPageFunction
;