4 implementations of IJournalState
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
30
public class FlowDocumentReader : Control, IAddChild,
IJournalState
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
37
public class FlowDocumentScrollViewer : Control, IAddChild, IServiceProvider,
IJournalState
System\Windows\Controls\Frame.cs (1)
90
public class Frame : ContentControl, INavigator, INavigatorImpl, IJournalNavigationScopeHost, IDownloader,
IJournalState
, IAddChild, IUriContext
System\Windows\Controls\SinglePageViewer.cs (1)
33
public class FlowDocumentPageViewer : DocumentViewerBase,
IJournalState
22 references to IJournalState
PresentationFramework (22)
MS\Internal\DataStreams.cs (4)
196
IJournalState
customJournalingObject = node as
IJournalState
;
305
IJournalState
customJournalingObject = node as
IJournalState
;
System\Windows\Controls\FlowDocumentReader.cs (4)
1963
/// <see cref="
IJournalState
.GetJournalState"/>
1965
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1983
/// <see cref="
IJournalState
.RestoreJournalState"/>
1985
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1895
/// <see cref="
IJournalState
.GetJournalState"/>
1897
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1911
/// <see cref="
IJournalState
.RestoreJournalState"/>
1913
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (2)
1205
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1235
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (4)
1529
/// <see cref="
IJournalState
.GetJournalState"/>
1531
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1545
/// <see cref="
IJournalState
.RestoreJournalState"/>
1547
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Navigation\NavigationService.cs (4)
430
IJournalState
ijs = v as
IJournalState
;
445
IJournalState
ijs = v as
IJournalState
;