3 instantiations of PenProxy
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
249
PenProxy pen = new
PenProxy
286
return new
PenProxy
(pen, brush);
319
return new
PenProxy
(pen, brush);
16 references to PenProxy
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (4)
247
public
PenProxy
Clone()
249
PenProxy
pen = new PenProxy
268
public static
PenProxy
CreatePen(Pen pen, Rect bounds)
301
public static
PenProxy
CreateUserPen(Pen pen, Rect bounds, Matrix brushToWorldTransformHint, TreeWalkProgress treeWalkProgress)
AlphaFlattener\DrawingContext.cs (2)
72
void IProxyDrawingContext.DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
691
void IProxyDrawingContext.DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
AlphaFlattener\Interfaces.cs (1)
108
void DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags);
AlphaFlattener\MetroDevice.cs (1)
224
g.Pen =
PenProxy
.CreatePen(pen, bounds);
AlphaFlattener\Primitive.cs (4)
346
gp.Pen =
PenProxy
.CreateUserPen(gd.Pen, renderBounds, drawingToWorldTransformHint, new TreeWalkProgress());
360
PenProxy
pen = gp.Pen;
655
private
PenProxy
_pen;
1022
public
PenProxy
Pen
AlphaFlattener\PrimitiveRenderer.cs (2)
163
public
PenProxy
Pen
549
private
PenProxy
_pen;
Serialization\DrawingContextFlattener.cs (1)
217
if (
PenProxy
.IsNull(pen))
Serialization\VisualSerializer.cs (1)
914
if (pen != null && !
PenProxy
.IsNull(pen))