1 write to _builder
PresentationFramework (1)
System\Windows\Documents\FixedTextBuilder.cs (1)
1363
_builder
= builder;
9 references to _builder
PresentationFramework (9)
System\Windows\Documents\FixedTextBuilder.cs (9)
1459
FixedPage page =
_builder
.GetFixedPage(element.FixedNode);
1478
Glyphs currentRunGlyph =
_builder
.GetGlyphsElement(lastRun.FixedNode);
1479
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1481
GlyphComparison comparison =
_builder
._CompareGlyphs(currentRunGlyph, glyphs);
1484
if (
_builder
._IsNonContiguous(lastRun, run, comparison))
1638
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1639
GlyphComparison comparison =
_builder
._CompareGlyphs(_lastGlyphs, glyphs);
1658
if (i>0 &&
_builder
._IsNonContiguous(_textRuns[i-1], run, comparison))
1764
return
_builder
._nextScopeId++;