3 instantiations of PenProxy
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
249PenProxy pen = new PenProxy(); 285return new PenProxy(pen, brush); 318return new PenProxy(pen, brush);
16 references to PenProxy
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (4)
247public PenProxy Clone() 249PenProxy 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)
72void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags) 689void IProxyDrawingContext.DrawGeometry(BrushProxy brush, PenProxy pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
AlphaFlattener\Interfaces.cs (1)
108void 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)
346gp.Pen = PenProxy.CreateUserPen(gd.Pen, renderBounds, drawingToWorldTransformHint, new TreeWalkProgress()); 360PenProxy pen = gp.Pen; 651private PenProxy _pen; 1017public PenProxy Pen
AlphaFlattener\PrimitiveRenderer.cs (2)
163public PenProxy Pen 549private PenProxy _pen;
Serialization\DrawingContextFlattener.cs (1)
217if (PenProxy.IsNull(pen))
Serialization\VisualSerializer.cs (1)
913if (pen != null && !PenProxy.IsNull(pen))