15 references to ToGlyphRun
PresentationFramework (15)
System\Windows\Documents\FixedPage.cs (1)
1241GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedPageStructure.cs (1)
381GlyphRun run = glyphs.ToGlyphRun();
System\Windows\Documents\FixedSOMElement.cs (1)
77GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
407GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedSOMTextRun.cs (1)
105GlyphRun glyphRun = glyphs.ToGlyphRun();
System\Windows\Documents\FixedTextBuilder.cs (3)
840GlyphRun run1 = glyph1.ToGlyphRun(); 841GlyphRun run2 = glyph2.ToGlyphRun(); 1287GlyphRun run = ((Glyphs)e).ToGlyphRun();
System\Windows\Documents\FixedTextView.cs (5)
517GlyphRun run = g.ToGlyphRun(); 795GlyphRun run = g.ToGlyphRun(); 836GlyphRun run = startGlyphs.ToGlyphRun(); 925GlyphRun run = g.ToGlyphRun(); 987GlyphRun run = g.ToGlyphRun();
System\Windows\Documents\HighlightVisual.cs (1)
319GlyphRun gr = g.ToGlyphRun();
System\Windows\Documents\RubberbandSelector.cs (1)
342GlyphRun run = g.ToGlyphRun();