5 writes to GlyphRun
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (1)
180GlyphRun = glyphrun,
AlphaFlattener\MetroDevice.cs (1)
281g.GlyphRun = glyphRun;
AlphaFlattener\Primitive.cs (3)
393GlyphRun = gd.GlyphRun, 1717GlyphRun = null; 1730GlyphRun = null;
11 references to GlyphRun
ReachFramework (11)
AlphaFlattener\Flattener.cs (1)
1139done = ri.DrawGlyphs(gp.GlyphRun, gp.GetRectBounds(true), p.Transform, desp);
AlphaFlattener\Primitive.cs (9)
1673WidenGeometryCore = GlyphRun.BuildGeometry(); 1686if ((GlyphRun != null) && (Pen != null) || (Brush != null)) 1692dc.DrawGlyphRun(Brush.GetRealBrush(), GlyphRun); 1707if ((GlyphRun != null) && (g != null)) 1744return GlyphRun != null; 1751if (GlyphRun != null) 1753bounds = GlyphRun.ComputeInkBoundingBox(); 1757bounds = new Rect(bounds.X + GlyphRun.BaselineOrigin.X, 1758bounds.Y + GlyphRun.BaselineOrigin.Y,
AlphaFlattener\PrimitiveList.cs (1)
169IList<char> chars = gp.GlyphRun.Characters;