1 write to _contentSize
PresentationFramework (1)
MS\Internal\Documents\TextBoxView.cs (1)
438
_contentSize
= desiredSize;
11 references to _contentSize
PresentationFramework (11)
MS\Internal\Documents\TextBoxView.cs (11)
399
desiredSize =
_contentSize
;
437
double oldWidth =
_contentSize
.Width;
1735
if (!DoubleUtil.AreClose(_scrollData.Extent,
_contentSize
))
1737
_scrollData.Extent =
_contentSize
;
2193
desiredSize =
_contentSize
;
2277
Size desiredSize =
_contentSize
;
2871
if (width <
_contentSize
.Width)
2873
width =
_contentSize
.Width;
2902
_contentSize
.Width > width)
2904
correction = -GetContentOffset(
_contentSize
.Width, textAlignment);
3069
padding = Math.Max(0, viewport.Height -
_contentSize
.Height);