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