3 references to PageWidth
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentFormatter.cs (1)
193Size pageSize = new Size(_document.PageWidth, double.PositiveInfinity);
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
839Size pageSize = new Size(_document.PageWidth, _document.PageHeight);
System\Windows\Documents\FlowDocument.cs (1)
534/// DependencyProperty for <see cref="PageWidth" /> property.