2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
559
PageSize
= paginator.PageSize,
System\Windows\Controls\SinglePageViewer.cs (1)
671
PageSize
= paginator.PageSize,
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1073
((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.
PageSize
;
System\Windows\Controls\SinglePageViewer.cs (1)
1113
Document.DocumentPaginator.PageSize = _printingState.
PageSize
;