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