1 write to _textRuns
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1404
_textRuns
= new List<FixedSOMTextRun>();
12 references to _textRuns
PresentationFramework (12)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (12)
1515
FixedSOMTextRun lastRun =
_textRuns
[
_textRuns
.Count - 1];
1539
_textRuns
.Add((FixedSOMTextRun)element);
1671
if (
_textRuns
.Count > 0)
1675
for (int i=0; i<
_textRuns
.Count; i++)
1677
run =
_textRuns
[i];
1698
if (i>0 && _builder._IsNonContiguous(
_textRuns
[i-1], run, comparison))
1700
_textRuns
[i-1].Text =
_textRuns
[i-1].Text + " ";
1714
flowNodeRun.FixedSOMElements =
_textRuns
.ToArray();
1718
foreach (FixedSOMTextRun textRun in
_textRuns
)
1735
_textRuns
.Clear();