4 types derived from CustomJournalStateInternal
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
1988private class JournalState : CustomJournalStateInternal
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1921private class JournalState : CustomJournalStateInternal
System\Windows\Controls\Frame.cs (1)
1196private class FramePersistState : CustomJournalStateInternal
System\Windows\Controls\SinglePageViewer.cs (1)
1520private class JournalState : CustomJournalStateInternal
22 references to CustomJournalStateInternal
PresentationFramework (22)
MS\Internal\AppModel\Journaling.cs (2)
62CustomJournalStateInternal GetJournalState(JournalReason journalReason); 63void RestoreJournalState(CustomJournalStateInternal state);
MS\Internal\DataStreams.cs (4)
219CustomJournalStateInternal cjs = (CustomJournalStateInternal)entry.Value; 274CustomJournalStateInternal state = 275(CustomJournalStateInternal)_customJournaledObjects[persistId];
System\Windows\Controls\FlowDocumentReader.cs (2)
2006CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 2026void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1937CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1953void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (2)
1225CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1254void IJournalState.RestoreJournalState(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (2)
1536CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1552void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Navigation\JournalEntry.cs (4)
119_rootViewerState = (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal)); 440internal CustomJournalStateInternal RootViewerState 465private CustomJournalStateInternal _rootViewerState;
System\Windows\Navigation\NavigationService.cs (4)
268CustomJournalStateInternal rootViewerState = GetRootViewerState(JournalReason.FragmentNavigation); 445private CustomJournalStateInternal GetRootViewerState(JournalReason journalReason) 459private bool RestoreRootViewerState(CustomJournalStateInternal rvs) 4093private CustomJournalStateInternal _rootViewerStateToSave;