1 write to _builder
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1364
_builder
= builder;
9 references to _builder
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
1460
FixedPage page =
_builder
.GetFixedPage(element.FixedNode);
1479
Glyphs currentRunGlyph =
_builder
.GetGlyphsElement(lastRun.FixedNode);
1480
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1482
GlyphComparison comparison =
_builder
._CompareGlyphs(currentRunGlyph, glyphs);
1485
if (
_builder
._IsNonContiguous(lastRun, run, comparison))
1639
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1640
GlyphComparison comparison =
_builder
._CompareGlyphs(_lastGlyphs, glyphs);
1659
if (i>0 &&
_builder
._IsNonContiguous(_textRuns[i-1], run, comparison))
1765
return
_builder
._nextScopeId++;