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