3 instantiations of PenProxy
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
249
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)
247
public
PenProxy
Clone()
249
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)
72
void IProxyDrawingContext.DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
689
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)
223
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;
651
private
PenProxy
_pen;
1017
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)
913
if (pen != null && !
PenProxy
.IsNull(pen))