3 overrides of DrawGlyphRun
PresentationCore (3)
System\Windows\Media\DrawingDrawingContext.cs (1)
1067
public override void
DrawGlyphRun
(Brush foregroundBrush, GlyphRun glyphRun)
System\Windows\Media\Generated\DrawingContextWalker.cs (1)
320
public override void
DrawGlyphRun
(
System\Windows\Media\Generated\RenderDataDrawingContext.cs (1)
729
public override void
DrawGlyphRun
(
9 references to DrawGlyphRun
PresentationCore (4)
MS\Internal\TextFormatting\FormattedTextSymbols.cs (1)
239
drawingContext.
DrawGlyphRun
(glyphs.ForegroundBrush, glyphRun);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1814
drawingContext.
DrawGlyphRun
(foregroundBrush, glyphRun);
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
254
drawingContext.
DrawGlyphRun
(
System\Windows\Media\Generated\DrawingContextDrawingContextWalker.cs (1)
379
_drawingContext.
DrawGlyphRun
(
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (1)
117
context.
DrawGlyphRun
(Fill, _measurementGlyphRun);
System\Windows\Documents\HighlightVisual.cs (1)
329
dc.
DrawGlyphRun
(fg, gr);
ReachFramework (3)
AlphaFlattener\Flattener.cs (1)
1409
_ctx.
DrawGlyphRun
(foreground, glyphRun);
AlphaFlattener\Primitive.cs (1)
1685
dc.
DrawGlyphRun
(Brush.GetRealBrush(), GlyphRun);
Serialization\DrawingContextFlattener.cs (1)
906
_context.
DrawGlyphRun
(foreground, glyphRun);