5 writes to GlyphRun
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (1)
179GlyphRun = glyphrun,
AlphaFlattener\MetroDevice.cs (1)
280g.GlyphRun = glyphRun;
AlphaFlattener\Primitive.cs (3)
392GlyphRun = gd.GlyphRun, 1710GlyphRun = null; 1723GlyphRun = null;
11 references to GlyphRun
ReachFramework (11)
AlphaFlattener\Flattener.cs (1)
1132done = ri.DrawGlyphs(gp.GlyphRun, gp.GetRectBounds(true), p.Transform, desp);
AlphaFlattener\Primitive.cs (9)
1666WidenGeometryCore = GlyphRun.BuildGeometry(); 1679if ((GlyphRun != null) && (Pen != null) || (Brush != null)) 1685dc.DrawGlyphRun(Brush.GetRealBrush(), GlyphRun); 1700if ((GlyphRun != null) && (g != null)) 1737return GlyphRun != null; 1744if (GlyphRun != null) 1746bounds = GlyphRun.ComputeInkBoundingBox(); 1750bounds = new Rect(bounds.X + GlyphRun.BaselineOrigin.X, 1751bounds.Y + GlyphRun.BaselineOrigin.Y,
AlphaFlattener\PrimitiveList.cs (1)
168IList<char> chars = gp.GlyphRun.Characters;