7 references to PageSize
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (1)
244Size pageSize = structuralCache.CurrentFormatContext.PageSize;
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
817_pageContextOfThisPage.PageRect = new PTS.FSRECT(new Rect(_section.StructuralCache.CurrentFormatContext.PageSize));
src\Framework\MS\Internal\PtsHost\Section.cs (3)
115Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 225Size pageSize = _structuralCache.CurrentFormatContext.PageSize; 373Size pageSize = _structuralCache.CurrentFormatContext.PageSize;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
775PageSize.Width - PageMargin.Left - PageMargin.Right, 776PageSize.Height - PageMargin.Top - PageMargin.Bottom)); } }