1 write to _textRuns
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1386_textRuns = new List<FixedSOMTextRun>();
12 references to _textRuns
PresentationFramework (12)
System\Windows\Documents\FixedTextBuilder.cs (12)
1496FixedSOMTextRun lastRun = _textRuns[_textRuns.Count - 1]; 1520_textRuns.Add((FixedSOMTextRun)element); 1652if (_textRuns.Count > 0) 1656for (int i=0; i<_textRuns.Count; i++) 1658run = _textRuns[i]; 1679if (i>0 && _builder._IsNonContiguous(_textRuns[i-1], run, comparison)) 1681_textRuns[i-1].Text = $"{_textRuns[i - 1].Text} "; 1695flowNodeRun.FixedSOMElements = _textRuns.ToArray(); 1699foreach (FixedSOMTextRun textRun in _textRuns) 1716_textRuns.Clear();