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