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