2 writes to _boundingBox
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (2)
596
_boundingBox
= Rect.Empty;
645
_boundingBox
= boundingBox;
5 references to _boundingBox
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (5)
1112
return
_boundingBox
.Bottom -
_boundingBox
.Top;
1164
return
_boundingBox
.Left - Start;
1177
return Start + Width -
_boundingBox
.Right;
1190
return
_boundingBox
.Bottom - Height;