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