2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
555PageSize = paginator.PageSize,
System\Windows\Controls\SinglePageViewer.cs (1)
658PageSize = paginator.PageSize,
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1066((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.PageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
1100Document.DocumentPaginator.PageSize = _printingState.PageSize;