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)
3676int parentIndex = JournalEntryPageFunction.GetParentPageJournalIndex(this, journal, endingPF); 3687JournalEntryPageFunction parentPfEntry = journal[parentIndex] as JournalEntryPageFunction; 3733JournalEntryPageFunction entry = (JournalEntryPageFunction)journal[parentIndex]; 3815JournalEntryPageFunction journalPageFunction = 3816journal[journalEntryIndex] as JournalEntryPageFunction;