1 write to PageSize
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
722
_currentFormatInfo.
PageSize
= pageSize;
3 references to PageSize
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (3)
739
internal double PageHeight { get { return _currentFormatInfo.
PageSize
.Height; } }
744
internal double PageWidth { get { return _currentFormatInfo.
PageSize
.Width; } }
749
internal Size PageSize { get { return _currentFormatInfo.
PageSize
; } }