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