2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
558PageSize = paginator.PageSize,
System\Windows\Controls\SinglePageViewer.cs (1)
670PageSize = paginator.PageSize,
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1072((IDocumentPaginatorSource)Document).DocumentPaginator.PageSize = _printingState.PageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
1112Document.DocumentPaginator.PageSize = _printingState.PageSize;