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