2 writes to PagePadding
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
566
_printingState.
PagePadding
= Document.PagePadding;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
681
_printingState.
PagePadding
= document.PagePadding;
2 references to PagePadding
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1087
Document.PagePadding = _printingState.
PagePadding
;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1120
((FlowDocument)Document).PagePadding = _printingState.
PagePadding
;