1 write to _contentSize
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (1)
870_contentSize = _calculatedSize;
5 references to _contentSize
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (5)
715internal Size ContentSize { get { return _contentSize; } } 858_contentSize.Width = Math.Max(Math.Max(TextDpi.FromTextDpi(bbox.fsrc.du), TextDpi.MinWidth), _calculatedSize.Width); 859_contentSize.Height = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(bbox.fsrc.dv)); 865_contentSize.Height = Math.Max(_contentSize.Height, _calculatedSize.Height);