3 instantiations of PenProxy
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
248PenProxy pen = new PenProxy 285return new PenProxy(pen, brush); 318return new PenProxy(pen, brush);
16 references to PenProxy
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (4)
246public PenProxy Clone() 248PenProxy pen = new PenProxy 267public static PenProxy CreatePen(Pen pen, Rect bounds) 300public static PenProxy CreateUserPen(Pen pen, Rect bounds, Matrix brushToWorldTransformHint, TreeWalkProgress treeWalkProgress)
AlphaFlattener\DrawingContext.cs (2)
71void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags) 690void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
AlphaFlattener\Interfaces.cs (1)
107void DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags);
AlphaFlattener\MetroDevice.cs (1)
223g.Pen = PenProxy.CreatePen(pen, bounds);
AlphaFlattener\Primitive.cs (4)
345gp.Pen = PenProxy.CreateUserPen(gd.Pen, renderBounds, drawingToWorldTransformHint, new TreeWalkProgress()); 359PenProxy pen = gp.Pen; 654private PenProxy _pen; 1021public PenProxy Pen
AlphaFlattener\PrimitiveRenderer.cs (2)
162public PenProxy Pen 548private PenProxy _pen;
Serialization\DrawingContextFlattener.cs (1)
216if (PenProxy.IsNull(pen))
Serialization\VisualSerializer.cs (1)
913if (pen != null && !PenProxy.IsNull(pen))