2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
561
_printingState.
PageSize
= paginator.PageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
670
_printingState.
PageSize
= paginator.PageSize;
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1078
((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.
PageSize
;
System\Windows\Controls\SinglePageViewer.cs (1)
1111
Document.DocumentPaginator.PageSize = _printingState.
PageSize
;