7 references to _calculatedSize
PresentationFramework (7)
MS\Internal\PtsHost\PtsPage.cs (7)
614UpdatePageVisuals(_calculatedSize); 642internal Size CalculatedSize { get { return _calculatedSize; } } 772_calculatedSize.Width = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(rect.du)); 773_calculatedSize.Height = Math.Max(TextDpi.MinWidth, TextDpi.FromTextDpi(rect.dv)); 777_contentSize.Width = Math.Max(Math.Max(TextDpi.FromTextDpi(bbox.fsrc.du), TextDpi.MinWidth), _calculatedSize.Width); 784_contentSize.Height = Math.Max(_contentSize.Height, _calculatedSize.Height); 789_contentSize = _calculatedSize;