4 references to PageWidth
PresentationFramework (4)
MS\Internal\PtsHost\FigureHelper.cs (1)
83
value = structuralCache.CurrentFormatContext.
PageWidth
* figureLength.Value;
MS\Internal\PtsHost\FigureParagraph.cs (2)
582
maxTotalWidth = StructuralCache.CurrentFormatContext.
PageWidth
;
587
maxTotalWidth = StructuralCache.CurrentFormatContext.
PageWidth
- pageMargin.Left - pageMargin.Right;
MS\Internal\PtsHost\StructuralCache.cs (1)
758
internal PTS.FSRECT PageRect { get { return new PTS.FSRECT(new Rect(0, 0,
PageWidth
, PageHeight)); } }