2 references to PageWidth
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
192Size pageSize = new Size(_document.PageWidth, double.PositiveInfinity);
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
838Size pageSize = new Size(_document.PageWidth, _document.PageHeight);