2 writes to _lineLayoutBox
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1380_lineLayoutBox = Rect.Empty; 1762_lineLayoutBox = Rect.Empty;
2 references to _lineLayoutBox
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1652_lineLayoutBox.Union(run.BoundingRect); 1756FixedLineResult newLineResult = new FixedLineResult(_nodesInLine.ToArray(), _lineLayoutBox);