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