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