7 references to _calculatedSize
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\PtsPage.cs (7)
682
UpdatePageVisuals(
_calculatedSize
);
710
internal 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
;