Base:
property
PageSize
System.Windows.Documents.DocumentPaginator.PageSize
2 writes to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
589paginator.PageSize = new Size(ia.MediaSizeWidth, ia.MediaSizeHeight);
System\Windows\Controls\SinglePageViewer.cs (1)
701paginator.PageSize = new Size(ia.MediaSizeWidth, ia.MediaSizeHeight);
2 references to PageSize
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
564_printingState.PageSize = paginator.PageSize;
System\Windows\Controls\SinglePageViewer.cs (1)
673_printingState.PageSize = paginator.PageSize;