Base:
property
PageSize
System.Windows.Documents.DocumentPaginator.PageSize
2 writes to PageSize
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
590paginator.PageSize = new Size(ia.MediaSizeWidth, ia.MediaSizeHeight);
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
708paginator.PageSize = new Size(ia.MediaSizeWidth, ia.MediaSizeHeight);
2 references to PageSize
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
565_printingState.PageSize = paginator.PageSize;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
680_printingState.PageSize = paginator.PageSize;