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