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