4 types derived from CustomJournalStateInternal
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
1948private class JournalState : CustomJournalStateInternal
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1882private class JournalState : CustomJournalStateInternal
System\Windows\Controls\Frame.cs (1)
1180private class FramePersistState : CustomJournalStateInternal
System\Windows\Controls\SinglePageViewer.cs (1)
1516private class JournalState : CustomJournalStateInternal
22 references to CustomJournalStateInternal
PresentationFramework (22)
MS\Internal\AppModel\Journaling.cs (2)
53CustomJournalStateInternal GetJournalState(JournalReason journalReason); 54void RestoreJournalState(CustomJournalStateInternal state);
MS\Internal\DataStreams.cs (4)
229CustomJournalStateInternal cjs = (CustomJournalStateInternal)entry.Value; 303CustomJournalStateInternal state = 304(CustomJournalStateInternal)_customJournaledObjects[persistId];
System\Windows\Controls\FlowDocumentReader.cs (2)
1966CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1986void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1898CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1914void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (2)
1206CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1236void IJournalState.RestoreJournalState(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (2)
1532CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1548void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Navigation\JournalEntry.cs (4)
104_rootViewerState = (CustomJournalStateInternal)info.GetValue("_rootViewerState", typeof(CustomJournalStateInternal)); 423internal CustomJournalStateInternal RootViewerState 448private CustomJournalStateInternal _rootViewerState;
System\Windows\Navigation\NavigationService.cs (4)
252CustomJournalStateInternal rootViewerState = GetRootViewerState(JournalReason.FragmentNavigation); 426private CustomJournalStateInternal GetRootViewerState(JournalReason journalReason) 440private bool RestoreRootViewerState(CustomJournalStateInternal rvs) 4023private CustomJournalStateInternal _rootViewerStateToSave;