7 references to PageSize
PresentationFramework (7)
MS\Internal\PtsHost\FigureHelper.cs (1)
239
Size pageSize = structuralCache.CurrentFormatContext.
PageSize
;
MS\Internal\PtsHost\PtsPage.cs (1)
744
_pageContextOfThisPage.PageRect = new PTS.FSRECT(new Rect(_section.StructuralCache.CurrentFormatContext.
PageSize
));
MS\Internal\PtsHost\Section.cs (3)
109
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
214
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
356
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
MS\Internal\PtsHost\StructuralCache.cs (2)
765
PageSize
.Width - PageMargin.Left - PageMargin.Right,
766
PageSize
.Height - PageMargin.Top - PageMargin.Bottom)); } }