7 references to PageSize
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (1)
244
Size 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)
115
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
225
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
373
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
775
PageSize
.Width - PageMargin.Left - PageMargin.Right,
776
PageSize
.Height - PageMargin.Top - PageMargin.Bottom)); } }