15 references to ToGlyphRun
PresentationFramework (15)
System\Windows\Documents\FixedPage.cs (1)
1249GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedPageStructure.cs (1)
387GlyphRun run = glyphs.ToGlyphRun();
System\Windows\Documents\FixedSOMElement.cs (1)
80GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
412GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedSOMTextRun.cs (1)
109GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedTextBuilder.cs (3)
846GlyphRun run1 = glyph1.ToGlyphRun(); 847GlyphRun run2 = glyph2.ToGlyphRun(); 1293GlyphRun run = ((Glyphs)e).ToGlyphRun();
System\Windows\Documents\FixedTextView.cs (5)
525GlyphRun run = g.ToGlyphRun(); 803GlyphRun run = g.ToGlyphRun(); 844GlyphRun run = startGlyphs.ToGlyphRun(); 933GlyphRun run = g.ToGlyphRun(); 995GlyphRun run = g.ToGlyphRun();
System\Windows\Documents\HighlightVisual.cs (1)
329GlyphRun gr = g.ToGlyphRun();
System\Windows\Documents\RubberbandSelector.cs (1)
352GlyphRun run = g.ToGlyphRun();