1 write to _builder
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1401
_builder
= builder;
9 references to _builder
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (9)
1498
FixedPage page =
_builder
.GetFixedPage(element.FixedNode);
1517
Glyphs currentRunGlyph =
_builder
.GetGlyphsElement(lastRun.FixedNode);
1518
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1520
GlyphComparison comparison =
_builder
._CompareGlyphs(currentRunGlyph, glyphs);
1523
if (
_builder
._IsNonContiguous(lastRun, run, comparison))
1678
Glyphs glyphs =
_builder
.GetGlyphsElement(run.FixedNode);
1679
GlyphComparison comparison =
_builder
._CompareGlyphs(_lastGlyphs, glyphs);
1698
if (i>0 &&
_builder
._IsNonContiguous(_textRuns[i-1], run, comparison))
1805
return
_builder
._nextScopeId++;