4 implementations of RestoreJournalState
PresentationFramework (4)
System\Windows\Controls\FlowDocumentReader.cs (1)
1985
void IJournalState.
RestoreJournalState
(CustomJournalStateInternal state)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1898
void IJournalState.
RestoreJournalState
(CustomJournalStateInternal state)
System\Windows\Controls\Frame.cs (1)
1235
void IJournalState.
RestoreJournalState
(CustomJournalStateInternal cjs)
System\Windows\Controls\SinglePageViewer.cs (1)
1535
void IJournalState.
RestoreJournalState
(CustomJournalStateInternal state)
2 references to RestoreJournalState
PresentationFramework (2)
MS\Internal\DataStreams.cs (1)
317
customJournalingObject?.
RestoreJournalState
(state);
System\Windows\Navigation\NavigationService.cs (1)
459
ijs?.
RestoreJournalState
(rvs);