1 write to PageSize
PresentationFramework (1)
MS\Internal\PtsHost\StructuralCache.cs (1)
711
_currentFormatInfo.
PageSize
= pageSize;
3 references to PageSize
PresentationFramework (3)
MS\Internal\PtsHost\StructuralCache.cs (3)
728
internal double PageHeight { get { return _currentFormatInfo.
PageSize
.Height; } }
733
internal double PageWidth { get { return _currentFormatInfo.
PageSize
.Width; } }
738
internal Size PageSize { get { return _currentFormatInfo.
PageSize
; } }