5 writes to GlyphRun
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (1)
183gp.GlyphRun = glyphrun;
AlphaFlattener\MetroDevice.cs (1)
285g.GlyphRun = glyphRun;
AlphaFlattener\Primitive.cs (3)
397gp.GlyphRun = gd.GlyphRun; 1711GlyphRun = null; 1724GlyphRun = null;
11 references to GlyphRun
ReachFramework (11)
AlphaFlattener\Flattener.cs (1)
1135done = ri.DrawGlyphs(gp.GlyphRun, gp.GetRectBounds(true), p.Transform, desp);
AlphaFlattener\Primitive.cs (9)
1667WidenGeometryCore = GlyphRun.BuildGeometry(); 1680if ((GlyphRun != null) && (Pen != null) || (Brush != null)) 1686dc.DrawGlyphRun(Brush.GetRealBrush(), GlyphRun); 1701if ((GlyphRun != null) && (g != null)) 1738return GlyphRun != null; 1745if (GlyphRun != null) 1747bounds = GlyphRun.ComputeInkBoundingBox(); 1751bounds = new Rect(bounds.X + GlyphRun.BaselineOrigin.X, 1752bounds.Y + GlyphRun.BaselineOrigin.Y,
AlphaFlattener\PrimitiveList.cs (1)
176IList<char> chars = gp.GlyphRun.Characters;