1 write to PageSize
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
137set { _document.PageSize = value; }
1 reference to PageSize
PresentationFramework (1)
src\Framework\MS\Internal\Documents\FixedDocumentPaginator.cs (1)
136get { return _document.PageSize; }