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