4 implementations of IJournalState
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
37
public class FlowDocumentReader : Control, IAddChild,
IJournalState
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
42
public class FlowDocumentScrollViewer : Control, IAddChild, IServiceProvider,
IJournalState
src\Framework\System\Windows\Controls\Frame.cs (1)
109
public class Frame : ContentControl, INavigator, INavigatorImpl, IJournalNavigationScopeHost, IDownloader,
IJournalState
, IAddChild, IUriContext
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
39
public class FlowDocumentPageViewer : DocumentViewerBase,
IJournalState
22 references to IJournalState
PresentationFramework (22)
src\Framework\MS\Internal\DataStreams.cs (4)
234
IJournalState
customJournalingObject = node as
IJournalState
;
343
IJournalState
customJournalingObject = node as
IJournalState
;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (4)
2010
/// <see cref="
IJournalState
.GetJournalState"/>
2012
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
2030
/// <see cref="
IJournalState
.RestoreJournalState"/>
2032
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (4)
1949
/// <see cref="
IJournalState
.GetJournalState"/>
1951
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1965
/// <see cref="
IJournalState
.RestoreJournalState"/>
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 (4)
1541
/// <see cref="
IJournalState
.GetJournalState"/>
1543
CustomJournalStateInternal
IJournalState
.GetJournalState(JournalReason journalReason)
1557
/// <see cref="
IJournalState
.RestoreJournalState"/>
1559
void
IJournalState
.RestoreJournalState(CustomJournalStateInternal state)
src\Framework\System\Windows\Navigation\NavigationService.cs (4)
509
IJournalState
ijs = v as
IJournalState
;
524
IJournalState
ijs = v as
IJournalState
;