2 writes to _boundingBox
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
589
_boundingBox
= Rect.Empty;
638
_boundingBox
= boundingBox;
5 references to _boundingBox
PresentationCore (5)
MS\Internal\TextFormatting\SimpleTextLine.cs (5)
1098
return
_boundingBox
.Bottom -
_boundingBox
.Top;
1150
return
_boundingBox
.Left - Start;
1163
return Start + Width -
_boundingBox
.Right;
1176
return
_boundingBox
.Bottom - Height;