2 writes to PageSize
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
565
_printingState.
PageSize
= paginator.PageSize;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
680
_printingState.
PageSize
= paginator.PageSize;
2 references to PageSize
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1089
((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.
PageSize
;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1121
Document.DocumentPaginator.PageSize = _printingState.
PageSize
;