7 references to PageSize
PresentationFramework (7)
MS\Internal\PtsHost\FigureHelper.cs (1)
230
Size 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)
108
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
213
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
355
Size pageSize = _structuralCache.CurrentFormatContext.
PageSize
;
MS\Internal\PtsHost\StructuralCache.cs (2)
764
PageSize
.Width - PageMargin.Left - PageMargin.Right,
765
PageSize
.Height - PageMargin.Top - PageMargin.Bottom)); } }