2 writes to GlyphRun
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1110glyphRunDrawing.GlyphRun = glyphRun;
System\Windows\Media\GlyphRunDrawing.cs (1)
37GlyphRun = glyphRun;
10 references to GlyphRun
PresentationCore (5)
System\Windows\Media\FormattedText.cs (1)
1952GlyphRun glyphRun = glyphRunDrawing.GlyphRun;
System\Windows\Media\Generated\GlyphRunDrawing.cs (3)
232GlyphRun vGlyphRun = GlyphRun; 259GlyphRun vGlyphRun = GlyphRun; 278GlyphRun vGlyphRun = GlyphRun;
System\Windows\Media\GlyphRunDrawing.cs (1)
58GlyphRun
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
1089GlyphRun glyphRun = glyphRunDrawing.GlyphRun;
ReachFramework (4)
AlphaFlattener\Primitive.cs (3)
393if ((gd.GlyphRun != null) && (gd.ForegroundBrush != null)) 397gp.GlyphRun = gd.GlyphRun; 400gd.GlyphRun.BuildGeometry().Bounds,
Serialization\VisualTreeFlattener.cs (1)
693_dcf.DrawGlyphRun(gd.ForegroundBrush, gd.GlyphRun);