2 writes to GlyphRun
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1092glyphRunDrawing.GlyphRun = glyphRun;
System\Windows\Media\GlyphRunDrawing.cs (1)
35GlyphRun = glyphRun;
10 references to GlyphRun
PresentationCore (5)
System\Windows\Media\FormattedText.cs (1)
1936GlyphRun glyphRun = glyphRunDrawing.GlyphRun;
System\Windows\Media\Generated\GlyphRunDrawing.cs (3)
204GlyphRun vGlyphRun = GlyphRun; 231GlyphRun vGlyphRun = GlyphRun; 250GlyphRun vGlyphRun = GlyphRun;
System\Windows\Media\GlyphRunDrawing.cs (1)
56GlyphRun
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
1083GlyphRun glyphRun = glyphRunDrawing.GlyphRun;
ReachFramework (4)
AlphaFlattener\Primitive.cs (3)
388if ((gd.GlyphRun != null) && (gd.ForegroundBrush != null)) 392gp.GlyphRun = gd.GlyphRun; 395gd.GlyphRun.BuildGeometry().Bounds,
Serialization\VisualTreeFlattener.cs (1)
686_dcf.DrawGlyphRun(gd.ForegroundBrush, gd.GlyphRun);