2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
559PageSize = paginator.PageSize,
System\Windows\Controls\SinglePageViewer.cs (1)
671PageSize = paginator.PageSize,
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1073((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.PageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
1113Document.DocumentPaginator.PageSize = _printingState.PageSize;