3 instantiations of GlyphPrimitive
ReachFramework (3)
AlphaFlattener\DrawingContext.cs (1)
178GlyphPrimitive gp = new GlyphPrimitive
AlphaFlattener\MetroDevice.cs (1)
272GlyphPrimitive g = new GlyphPrimitive();
AlphaFlattener\Primitive.cs (1)
391gp = new GlyphPrimitive
8 references to GlyphPrimitive
ReachFramework (8)
AlphaFlattener\DrawingContext.cs (1)
178GlyphPrimitive gp = new GlyphPrimitive
AlphaFlattener\Flattener.cs (2)
1135GlyphPrimitive gp = p as GlyphPrimitive;
AlphaFlattener\MetroDevice.cs (1)
272GlyphPrimitive g = new GlyphPrimitive();
AlphaFlattener\Primitive.cs (2)
387GlyphPrimitive gp = null; 1362else if (this is GlyphPrimitive)
AlphaFlattener\PrimitiveList.cs (2)
165GlyphPrimitive gp = p as GlyphPrimitive;