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)
653internal 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);