3 implementations of DrawGlyphRun
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (1)
703void IMetroDrawingContext.DrawGlyphRun(Brush foreground, GlyphRun glyphRun)
Serialization\DrawingContextFlattener.cs (1)
915public void DrawGlyphRun(Brush foreground, GlyphRun glyphRun)
Serialization\VisualSerializer.cs (1)
2034void IMetroDrawingContext.DrawGlyphRun(Brush foreground, GlyphRun glyphRun)
1 reference to DrawGlyphRun
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
462_dc.DrawGlyphRun(foreground, glyphRun);