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