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