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