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