3 instantiations of GlyphPrimitive
ReachFramework (3)
AlphaFlattener\DrawingContext.cs (1)
177GlyphPrimitive gp = new GlyphPrimitive
AlphaFlattener\MetroDevice.cs (1)
271GlyphPrimitive g = new GlyphPrimitive();
AlphaFlattener\Primitive.cs (1)
390gp = new GlyphPrimitive
8 references to GlyphPrimitive
ReachFramework (8)
AlphaFlattener\DrawingContext.cs (1)
177GlyphPrimitive gp = new GlyphPrimitive
AlphaFlattener\Flattener.cs (2)
1128GlyphPrimitive gp = p as GlyphPrimitive;
AlphaFlattener\MetroDevice.cs (1)
271GlyphPrimitive g = new GlyphPrimitive();
AlphaFlattener\Primitive.cs (2)
386GlyphPrimitive gp = null; 1355else if (this is GlyphPrimitive)
AlphaFlattener\PrimitiveList.cs (2)
164GlyphPrimitive gp = p as GlyphPrimitive;