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