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)
1121Document.DocumentPaginator.PageSize = _printingState.PageSize;