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