1 write to _builder
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1367
_builder
= builder;
9 references to _builder
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
1463
FixedPage page =
_builder
.GetFixedPage(element.FixedNode);
1482
Glyphs currentRunGlyph =
_builder
.GetGlyphsElement(lastRun.FixedNode);
1483
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1485
GlyphComparison comparison =
_builder
._CompareGlyphs(currentRunGlyph, glyphs);
1488
if (
_builder
._IsNonContiguous(lastRun, run, comparison))
1642
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1643
GlyphComparison comparison =
_builder
._CompareGlyphs(_lastGlyphs, glyphs);
1662
if (i>0 &&
_builder
._IsNonContiguous(_textRuns[i-1], run, comparison))
1768
return
_builder
._nextScopeId++;