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