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