2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
564
_printingState.
PageSize
= paginator.PageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
673
_printingState.
PageSize
= paginator.PageSize;
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1081
((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.
PageSize
;
System\Windows\Controls\SinglePageViewer.cs (1)
1114
Document.DocumentPaginator.PageSize = _printingState.
PageSize
;