3 overrides of DrawGlyphRun
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1063public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyphRun)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
317public override void DrawGlyphRun(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
691public override void DrawGlyphRun(
9 references to DrawGlyphRun
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
240drawingContext.DrawGlyphRun(glyphs.ForegroundBrush, glyphRun);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1817drawingContext.DrawGlyphRun(foregroundBrush, glyphRun);
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
255drawingContext.DrawGlyphRun(
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
376_drawingContext.DrawGlyphRun(
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (1)
119context.DrawGlyphRun(Fill, _measurementGlyphRun);
System\Windows\Documents\HighlightVisual.cs (1)
328dc.DrawGlyphRun(fg, gr);
ReachFramework (3)
AlphaFlattener\Flattener.cs (1)
1407_ctx.DrawGlyphRun(foreground, glyphRun);
AlphaFlattener\Primitive.cs (1)
1681dc.DrawGlyphRun(Brush.GetRealBrush(), GlyphRun);
Serialization\DrawingContextFlattener.cs (1)
907_context.DrawGlyphRun(foreground, glyphRun);