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