4 types derived from CustomJournalStateInternal
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
1994
private class JournalState :
CustomJournalStateInternal
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1935
private class JournalState :
CustomJournalStateInternal
src\Framework\System\Windows\Controls\Frame.cs (1)
1216
private class FramePersistState :
CustomJournalStateInternal
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1527
private class JournalState :
CustomJournalStateInternal
22 references to CustomJournalStateInternal
PresentationFramework (22)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
68
CustomJournalStateInternal
GetJournalState(JournalReason journalReason);
69
void RestoreJournalState(
CustomJournalStateInternal
state);
src\Framework\MS\Internal\DataStreams.cs (4)
266
CustomJournalStateInternal
cjs = (
CustomJournalStateInternal
)entry.Value;
340
CustomJournalStateInternal
state =
341
(
CustomJournalStateInternal
)_customJournaledObjects[persistId];
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
2012
CustomJournalStateInternal
IJournalState.GetJournalState(JournalReason journalReason)
2032
void IJournalState.RestoreJournalState(
CustomJournalStateInternal
state)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1951
CustomJournalStateInternal
IJournalState.GetJournalState(JournalReason journalReason)
1967
void IJournalState.RestoreJournalState(
CustomJournalStateInternal
state)
src\Framework\System\Windows\Controls\Frame.cs (2)
1245
CustomJournalStateInternal
IJournalState.GetJournalState(JournalReason journalReason)
1274
void IJournalState.RestoreJournalState(
CustomJournalStateInternal
cjs)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1543
CustomJournalStateInternal
IJournalState.GetJournalState(JournalReason journalReason)
1559
void IJournalState.RestoreJournalState(
CustomJournalStateInternal
state)
src\Framework\System\Windows\Navigation\JournalEntry.cs (4)
127
_rootViewerState = (
CustomJournalStateInternal
)info.GetValue("_rootViewerState", typeof(
CustomJournalStateInternal
));
468
internal
CustomJournalStateInternal
RootViewerState
493
private
CustomJournalStateInternal
_rootViewerState;
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
298
CustomJournalStateInternal
rootViewerState = GetRootViewerState(JournalReason.FragmentNavigation);
504
private
CustomJournalStateInternal
GetRootViewerState(JournalReason journalReason)
518
private bool RestoreRootViewerState(
CustomJournalStateInternal
rvs)
4367
private
CustomJournalStateInternal
_rootViewerStateToSave;