1 write to _contentSize
PresentationFramework (1)
MS\Internal\PtsHost\PtsPage.cs (1)
798
_contentSize
= _calculatedSize;
5 references to _contentSize
PresentationFramework (5)
MS\Internal\PtsHost\PtsPage.cs (5)
653
internal Size ContentSize { get { return
_contentSize
; } }
786
_contentSize
.Width = Math.Max(Math.Max(TextDpi.FromTextDpi(bbox.fsrc.du), TextDpi.MinWidth), _calculatedSize.Width);
787
_contentSize
.Height = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(bbox.fsrc.dv));
793
_contentSize
.Height = Math.Max(
_contentSize
.Height, _calculatedSize.Height);