4 types derived from CustomJournalStateInternal
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
1947private class JournalState : CustomJournalStateInternal
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1881private class JournalState : CustomJournalStateInternal
System\Windows\Controls\Frame.cs (1)
1179private class FramePersistState : CustomJournalStateInternal
System\Windows\Controls\SinglePageViewer.cs (1)
1515private class JournalState : CustomJournalStateInternal
22 references to CustomJournalStateInternal
PresentationFramework (22)
MS\Internal\AppModel\Journaling.cs (2)
52CustomJournalStateInternal GetJournalState(JournalReason journalReason); 53void RestoreJournalState(CustomJournalStateInternal state);
MS\Internal\DataStreams.cs (4)
228CustomJournalStateInternal cjs = (CustomJournalStateInternal)entry.Value; 302CustomJournalStateInternal state = 303(CustomJournalStateInternal)_customJournaledObjects[persistId];
System\Windows\Controls\FlowDocumentReader.cs (2)
1965CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1985void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1897CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1913void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (2)
1205CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1235void IJournalState.RestoreJournalState(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (2)
1531CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1547void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Navigation\JournalEntry.cs (4)
103_rootViewerState = (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal)); 422internal CustomJournalStateInternal RootViewerState 447private CustomJournalStateInternal _rootViewerState;
System\Windows\Navigation\NavigationService.cs (4)
251CustomJournalStateInternal rootViewerState = GetRootViewerState(JournalReason.FragmentNavigation); 425private CustomJournalStateInternal GetRootViewerState(JournalReason journalReason) 439private bool RestoreRootViewerState(CustomJournalStateInternal rvs) 4022private CustomJournalStateInternal _rootViewerStateToSave;