7 references to PageSize
PresentationFramework (7)
MS\Internal\PtsHost\FigureHelper.cs (1)
230Size pageSize = structuralCache.CurrentFormatContext.PageSize;
MS\Internal\PtsHost\PtsPage.cs (1)
743_pageContextOfThisPage.PageRect = new PTS.FSRECT(new Rect(_section.StructuralCache.CurrentFormatContext.PageSize));
MS\Internal\PtsHost\Section.cs (3)
108Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 213Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 355Size pageSize = _structuralCache.CurrentFormatContext.PageSize;
MS\Internal\PtsHost\StructuralCache.cs (2)
764PageSize.Width - PageMargin.Left - PageMargin.Right, 765PageSize.Height - PageMargin.Top - PageMargin.Bottom)); } }