1 write to _contentSize
PresentationFramework (1)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
490
_contentSize
= desiredSize;
11 references to _contentSize
PresentationFramework (11)
src\Framework\MS\Internal\Documents\TextBoxView.cs (11)
452
desiredSize =
_contentSize
;
489
double oldWidth =
_contentSize
.Width;
1782
if (!DoubleUtil.AreClose(_scrollData.Extent,
_contentSize
))
1784
_scrollData.Extent =
_contentSize
;
2238
desiredSize =
_contentSize
;
2322
Size desiredSize =
_contentSize
;
2910
if (width <
_contentSize
.Width)
2912
width =
_contentSize
.Width;
2940
_contentSize
.Width > width)
2942
correction = -GetContentOffset(
_contentSize
.Width, textAlignment);
3107
padding = Math.Max(0, viewport.Height -
_contentSize
.Height);