13 references to ToGlyphRun
PresentationFramework (13)
src\Framework\System\Windows\Documents\FixedSOMElement.cs (1)
84GlyphRun glyphRun = glyphs.ToGlyphRun();
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
421GlyphRun glyphRun = glyphs.ToGlyphRun();
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (1)
115GlyphRun glyphRun = glyphs.ToGlyphRun();
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
867GlyphRun run1 = glyph1.ToGlyphRun(); 868GlyphRun run2 = glyph2.ToGlyphRun(); 1320GlyphRun run = ((Glyphs)e).ToGlyphRun();
src\Framework\System\Windows\Documents\FixedTextView.cs (5)
534GlyphRun run = g.ToGlyphRun(); 814GlyphRun run = g.ToGlyphRun(); 856GlyphRun run = startGlyphs.ToGlyphRun(); 945GlyphRun run = g.ToGlyphRun(); 1007GlyphRun run = g.ToGlyphRun();
src\Framework\System\Windows\Documents\HighlightVisual.cs (1)
333GlyphRun gr = g.ToGlyphRun();
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
450GlyphRun run = g.ToGlyphRun();