2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
558
PageSize
= paginator.PageSize,
System\Windows\Controls\SinglePageViewer.cs (1)
670
PageSize
= paginator.PageSize,
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1072
((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.
PageSize
;
System\Windows\Controls\SinglePageViewer.cs (1)
1112
Document.DocumentPaginator.PageSize = _printingState.
PageSize
;