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