4 types derived from CustomJournalStateInternal
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
1984private class JournalState : CustomJournalStateInternal
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1924private class JournalState : CustomJournalStateInternal
System\Windows\Controls\Frame.cs (1)
1184private class FramePersistState : CustomJournalStateInternal
System\Windows\Controls\SinglePageViewer.cs (1)
1519private 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)
2002CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 2022void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1940CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1956void IJournalState.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (2)
1213CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1243void IJournalState.RestoreJournalState(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (2)
1535CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason) 1551void 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); 429private CustomJournalStateInternal GetRootViewerState(JournalReason journalReason) 443private bool RestoreRootViewerState(CustomJournalStateInternal rvs) 4065private CustomJournalStateInternal _rootViewerStateToSave;