3 overrides of DrawGlyphRun
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1081public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyphRun)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
332public override void DrawGlyphRun(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
708public override void DrawGlyphRun(
9 references to DrawGlyphRun
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
248drawingContext.DrawGlyphRun(glyphs.ForegroundBrush, glyphRun);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1826drawingContext.DrawGlyphRun(foregroundBrush, glyphRun);
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
263drawingContext.DrawGlyphRun(
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
391_drawingContext.DrawGlyphRun(
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (1)
132context.DrawGlyphRun(Fill, _measurementGlyphRun);
System\Windows\Documents\HighlightVisual.cs (1)
338dc.DrawGlyphRun(fg, gr);
ReachFramework (3)
AlphaFlattener\Flattener.cs (1)
1412_ctx.DrawGlyphRun(foreground, glyphRun);
AlphaFlattener\Primitive.cs (1)
1686dc.DrawGlyphRun(Brush.GetRealBrush(), GlyphRun);
Serialization\DrawingContextFlattener.cs (1)
918_context.DrawGlyphRun(foreground, glyphRun);