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