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