1 write to _nodesInLine
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1389_nodesInLine = new List<FixedNode>();
7 references to _nodesInLine
PresentationFramework (7)
System\Windows\Documents\FixedTextBuilder.cs (7)
1671if (_nodesInLine.Count == 0 || _nodesInLine[_nodesInLine.Count - 1] != run.FixedNode) 1673_nodesInLine.Add(run.FixedNode); 1769if (_nodesInLine.Count > 0) 1771FixedLineResult newLineResult = new FixedLineResult(_nodesInLine.ToArray(), _lineLayoutBox); 1776_nodesInLine.Clear();