3 implementations of DrawGlyphRun
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (1)
698void IMetroDrawingContext.DrawGlyphRun(Brush foreground, GlyphRun glyphRun)
Serialization\DrawingContextFlattener.cs (1)
904public void DrawGlyphRun(Brush foreground, GlyphRun glyphRun)
Serialization\VisualSerializer.cs (1)
2026void IMetroDrawingContext.DrawGlyphRun(Brush foreground, GlyphRun glyphRun)
1 reference to DrawGlyphRun
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
451_dc.DrawGlyphRun(foreground, glyphRun);