1 write to _lineResults
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1408
_lineResults
= new List<FixedLineResult>();
3 references to _lineResults
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
1591
_pageStructure.SetupLineResults(
_lineResults
.ToArray());
1689
run.LineIndex =
_lineResults
.Count;
1796
_lineResults
.Add(newLineResult);