2 writes to _lineLayoutBox
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1414_lineLayoutBox = Rect.Empty; 1799_lineLayoutBox = Rect.Empty;
2 references to _lineLayoutBox
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1688_lineLayoutBox.Union(run.BoundingRect); 1793FixedLineResult newLineResult = new FixedLineResult(_nodesInLine.ToArray(), _lineLayoutBox);