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