2 writes to _lineLayoutBox
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1376_lineLayoutBox = Rect.Empty; 1758_lineLayoutBox = Rect.Empty;
2 references to _lineLayoutBox
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1648_lineLayoutBox.Union(run.BoundingRect); 1752FixedLineResult newLineResult = new FixedLineResult(_nodesInLine.ToArray(), _lineLayoutBox);