3 overrides of DrawGlyphRun
PresentationCore (3)
Core\CSharp\System\Windows\Media\DrawingDrawingContext.cs (1)
1113public override void DrawGlyphRun(Brush foregroundBrush, GlyphRun glyphRun)
Core\CSharp\System\Windows\Media\Generated\DrawingContextWalker.cs (1)
335public override void DrawGlyphRun(
Core\CSharp\System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
804public override void DrawGlyphRun(
6 references to DrawGlyphRun
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
259drawingContext.DrawGlyphRun(glyphs.ForegroundBrush, glyphRun);
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1846drawingContext.DrawGlyphRun(foregroundBrush, glyphRun);
Core\CSharp\MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
267drawingContext.DrawGlyphRun(
Core\CSharp\System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
394_drawingContext.DrawGlyphRun(
PresentationFramework (2)
src\Framework\System\Windows\Documents\Glyphs.cs (1)
146context.DrawGlyphRun(Fill, _measurementGlyphRun);
src\Framework\System\Windows\Documents\HighlightVisual.cs (1)
342dc.DrawGlyphRun(fg, gr);