3 implementations of DrawGlyphRun
ReachFramework (3)
AlphaFlattener\MetroDevice.cs (1)
699
void IMetroDrawingContext.
DrawGlyphRun
(Brush foreground, GlyphRun glyphRun)
Serialization\DrawingContextFlattener.cs (1)
905
public void
DrawGlyphRun
(Brush foreground, GlyphRun glyphRun)
Serialization\VisualSerializer.cs (1)
2027
void IMetroDrawingContext.
DrawGlyphRun
(Brush foreground, GlyphRun glyphRun)
1 reference to DrawGlyphRun
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
452
_dc.
DrawGlyphRun
(foreground, glyphRun);