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