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)
739internal double PageHeight { get { return _currentFormatInfo.PageSize.Height; } } 744internal double PageWidth { get { return _currentFormatInfo.PageSize.Width; } } 749internal Size PageSize { get { return _currentFormatInfo.PageSize; } }