4 implementations of GetJournalState
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
2012
CustomJournalStateInternal IJournalState.
GetJournalState
(JournalReason journalReason)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1951
CustomJournalStateInternal IJournalState.
GetJournalState
(JournalReason journalReason)
src\Framework\System\Windows\Controls\Frame.cs (1)
1245
CustomJournalStateInternal IJournalState.
GetJournalState
(JournalReason journalReason)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1543
CustomJournalStateInternal IJournalState.
GetJournalState
(JournalReason journalReason)
5 references to GetJournalState
PresentationFramework (5)
src\Framework\MS\Internal\DataStreams.cs (1)
237
object customState = customJournalingObject.
GetJournalState
(JournalReason.NewContentNavigation);
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
2010
/// <see cref="IJournalState.
GetJournalState
"/>
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1949
/// <see cref="IJournalState.
GetJournalState
"/>
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1541
/// <see cref="IJournalState.
GetJournalState
"/>
src\Framework\System\Windows\Navigation\NavigationService.cs (1)
512
return ijs.
GetJournalState
(journalReason);