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