1 write to _contentSize
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
445
_contentSize
= desiredSize;
11 references to _contentSize
PresentationFramework (11)
MS\Internal\Documents\TextBoxView.cs (11)
406
desiredSize =
_contentSize
;
444
double oldWidth =
_contentSize
.Width;
1742
if (!DoubleUtil.AreClose(_scrollData.Extent,
_contentSize
))
1744
_scrollData.Extent =
_contentSize
;
2200
desiredSize =
_contentSize
;
2284
Size desiredSize =
_contentSize
;
2890
if (width <
_contentSize
.Width)
2892
width =
_contentSize
.Width;
2921
_contentSize
.Width > width)
2923
correction = -GetContentOffset(
_contentSize
.Width, textAlignment);
3088
padding = Math.Max(0, viewport.Height -
_contentSize
.Height);