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