7 references to _calculatedSize
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (7)
682UpdatePageVisuals(_calculatedSize); 710internal Size CalculatedSize { get { return _calculatedSize; } } 853_calculatedSize.Width = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(rect.du)); 854_calculatedSize.Height = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(rect.dv)); 858_contentSize.Width = Math.Max(Math.Max(TextDpi.FromTextDpi(bbox.fsrc.du), TextDpi.MinWidth), _calculatedSize.Width); 865_contentSize.Height = Math.Max(_contentSize.Height, _calculatedSize.Height); 870_contentSize = _calculatedSize;