1 write to _contentSize
PresentationFramework (1)
MS\Internal\PtsHost\PtsPage.cs (1)
788_contentSize = _calculatedSize;
5 references to _contentSize
PresentationFramework (5)
MS\Internal\PtsHost\PtsPage.cs (5)
646internal Size ContentSize { get { return _contentSize; } } 776_contentSize.Width = Math.Max(Math.Max(TextDpi.FromTextDpi(bbox.fsrc.du), TextDpi.MinWidth), _calculatedSize.Width); 777_contentSize.Height = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(bbox.fsrc.dv)); 783_contentSize.Height = Math.Max(_contentSize.Height, _calculatedSize.Height);