2 writes to _boundingBox
PresentationCore (2)
MS\Internal\TextFormatting\SimpleTextLine.cs (2)
579_boundingBox = Rect.Empty; 622_boundingBox = boundingBox;
5 references to _boundingBox
PresentationCore (5)
MS\Internal\TextFormatting\SimpleTextLine.cs (5)
1082return _boundingBox.Bottom - _boundingBox.Top; 1134return _boundingBox.Left - Start; 1147return Start + Width - _boundingBox.Right; 1160return _boundingBox.Bottom - Height;