4 implementations of GetJournalState
PresentationFramework (4)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (1)
2012CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1951CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason)
src\Framework\System\Windows\Controls\Frame.cs (1)
1245CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1543CustomJournalStateInternal IJournalState.GetJournalState(JournalReason journalReason)
5 references to GetJournalState
PresentationFramework (5)
src\Framework\MS\Internal\DataStreams.cs (1)
237object 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)
512return ijs.GetJournalState(journalReason);