4 implementations of IJournalState
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
36
public class FlowDocumentReader : Control, IAddChild,
IJournalState
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
41
public class FlowDocumentScrollViewer : Control, IAddChild, IServiceProvider,
IJournalState
System\Windows\Controls\Frame.cs (1)
103
public class Frame : ContentControl, INavigator, INavigatorImpl, IJournalNavigationScopeHost, IDownloader,
IJournalState
, IAddChild, IUriContext
System\Windows\Controls\SinglePageViewer.cs (1)
37
public class FlowDocumentPageViewer : DocumentViewerBase,
IJournalState
22 references to IJournalState
PresentationFramework (22)
MS\Internal\DataStreams.cs (4)
204
IJournalState
customJournalingObject = node as
IJournalState
;
313
IJournalState
customJournalingObject = node as
IJournalState
;
System\Windows\Controls\FlowDocumentReader.cs (4)
2004
/// <see cref="
IJournalState
.GetJournalState"/>
2006
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
2024
/// <see cref="
IJournalState
.RestoreJournalState"/>
2026
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1935
/// <see cref="
IJournalState
.GetJournalState"/>
1937
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1951
/// <see cref="
IJournalState
.RestoreJournalState"/>
1953
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (2)
1225
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1254
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (4)
1534
/// <see cref="
IJournalState
.GetJournalState"/>
1536
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1550
/// <see cref="
IJournalState
.RestoreJournalState"/>
1552
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
System\Windows\Navigation\NavigationService.cs (4)
448
IJournalState
ijs = v as
IJournalState
;
463
IJournalState
ijs = v as
IJournalState
;