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)
1498FixedPage page = _builder.GetFixedPage(element.FixedNode); 1517Glyphs currentRunGlyph = _builder.GetGlyphsElement(lastRun.FixedNode); 1518Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1520GlyphComparison comparison = _builder._CompareGlyphs(currentRunGlyph, glyphs); 1523if (_builder._IsNonContiguous(lastRun, run, comparison)) 1678Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1679GlyphComparison comparison = _builder._CompareGlyphs(_lastGlyphs, glyphs); 1698if (i>0 && _builder._IsNonContiguous(_textRuns[i-1], run, comparison)) 1805return _builder._nextScopeId++;