1 write to _contentSize
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
444
_contentSize
= desiredSize;
11 references to _contentSize
PresentationFramework (11)
MS\Internal\Documents\TextBoxView.cs (11)
405
desiredSize =
_contentSize
;
443
double oldWidth =
_contentSize
.Width;
1741
if (!DoubleUtil.AreClose(_scrollData.Extent,
_contentSize
))
1743
_scrollData.Extent =
_contentSize
;
2199
desiredSize =
_contentSize
;
2283
Size desiredSize =
_contentSize
;
2889
if (width <
_contentSize
.Width)
2891
width =
_contentSize
.Width;
2920
_contentSize
.Width > width)
2922
correction = -GetContentOffset(
_contentSize
.Width, textAlignment);
3087
padding = Math.Max(0, viewport.Height -
_contentSize
.Height);