3 instantiations of GlyphPrimitive
ReachFramework (3)
AlphaFlattener\DrawingContext.cs (1)
181
GlyphPrimitive gp = new
GlyphPrimitive
();
AlphaFlattener\MetroDevice.cs (1)
276
GlyphPrimitive g = new
GlyphPrimitive
();
AlphaFlattener\Primitive.cs (1)
395
gp = new
GlyphPrimitive
();
8 references to GlyphPrimitive
ReachFramework (8)
AlphaFlattener\DrawingContext.cs (1)
181
GlyphPrimitive
gp = new GlyphPrimitive();
AlphaFlattener\Flattener.cs (2)
1131
GlyphPrimitive
gp = p as
GlyphPrimitive
;
AlphaFlattener\MetroDevice.cs (1)
276
GlyphPrimitive
g = new GlyphPrimitive();
AlphaFlattener\Primitive.cs (2)
391
GlyphPrimitive
gp = null;
1362
else if (this is
GlyphPrimitive
)
AlphaFlattener\PrimitiveList.cs (2)
172
GlyphPrimitive
gp = p as
GlyphPrimitive
;