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)
1112return _boundingBox.Bottom - _boundingBox.Top; 1164return _boundingBox.Left - Start; 1177return Start + Width - _boundingBox.Right; 1190return _boundingBox.Bottom - Height;