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