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