1 instantiation of JournalState
PresentationFramework (1)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1961
return new
JournalState
(cp, cpDirection, Zoom);
2 references to JournalState
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1969
JournalState
viewerState = state as
JournalState
;