2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
555PageSize = paginator.PageSize,
System\Windows\Controls\SinglePageViewer.cs (1)
670PageSize = 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)
1112Document.DocumentPaginator.PageSize = _printingState.PageSize;