1 write to _contentSize
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
489
_contentSize
= desiredSize;
11 references to _contentSize
PresentationFramework (11)
MS\Internal\Documents\TextBoxView.cs (11)
450
desiredSize =
_contentSize
;
488
double oldWidth =
_contentSize
.Width;
1784
if (!DoubleUtil.AreClose(_scrollData.Extent,
_contentSize
))
1786
_scrollData.Extent =
_contentSize
;
2242
desiredSize =
_contentSize
;
2326
Size desiredSize =
_contentSize
;
2932
if (width <
_contentSize
.Width)
2934
width =
_contentSize
.Width;
2963
_contentSize
.Width > width)
2965
correction = -GetContentOffset(
_contentSize
.Width, textAlignment);
3130
padding = Math.Max(0, viewport.Height -
_contentSize
.Height);