1 write to _nodesInLine
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1407
_nodesInLine
= new List<FixedNode>();
7 references to _nodesInLine
PresentationFramework (7)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (7)
1690
if (
_nodesInLine
.Count == 0 ||
_nodesInLine
[
_nodesInLine
.Count - 1] != run.FixedNode)
1692
_nodesInLine
.Add(run.FixedNode);
1791
if (
_nodesInLine
.Count > 0)
1793
FixedLineResult newLineResult = new FixedLineResult(
_nodesInLine
.ToArray(), _lineLayoutBox);
1798
_nodesInLine
.Clear();