3 instantiations of PenProxy
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
253PenProxy pen = new PenProxy(); 289return new PenProxy(pen, brush); 322return new PenProxy(pen, brush);
16 references to PenProxy
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (4)
251public PenProxy Clone() 253PenProxy pen = new PenProxy(); 271public static PenProxy CreatePen(Pen pen, Rect bounds) 304public static PenProxy CreateUserPen(Pen pen, Rect bounds, Matrix brushToWorldTransformHint, TreeWalkProgress treeWalkProgress)
AlphaFlattener\DrawingContext.cs (2)
76void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags) 693void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
AlphaFlattener\Interfaces.cs (1)
110void DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags);
AlphaFlattener\MetroDevice.cs (1)
229g.Pen = PenProxy.CreatePen(pen, bounds);
AlphaFlattener\Primitive.cs (4)
351gp.Pen = PenProxy.CreateUserPen(gd.Pen, renderBounds, drawingToWorldTransformHint, new TreeWalkProgress()); 365PenProxy pen = gp.Pen; 656private PenProxy _pen; 1022public PenProxy Pen
AlphaFlattener\PrimitiveRenderer.cs (2)
167public PenProxy Pen 553private PenProxy _pen;
Serialization\DrawingContextFlattener.cs (1)
227if (PenProxy.IsNull(pen))
Serialization\VisualSerializer.cs (1)
921if (pen != null && !PenProxy.IsNull(pen))