2 writes to _lineLayoutBox
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1386
_lineLayoutBox
= Rect.Empty;
1767
_lineLayoutBox
= Rect.Empty;
2 references to _lineLayoutBox
PresentationFramework (2)
System\Windows\Documents\FixedTextBuilder.cs (2)
1659
_lineLayoutBox
.Union(run.BoundingRect);
1761
FixedLineResult newLineResult = new FixedLineResult(_nodesInLine.ToArray(),
_lineLayoutBox
);