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)
1087Document.PagePadding = _printingState.PagePadding;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1120((FlowDocument)Document).PagePadding = _printingState.PagePadding;