3 instantiations of PenProxy
ReachFramework (3)
AlphaFlattener\BrushProxy.cs (3)
253
PenProxy pen = new
PenProxy
();
289
return new
PenProxy
(pen, brush);
322
return new
PenProxy
(pen, brush);
16 references to PenProxy
ReachFramework (16)
AlphaFlattener\BrushProxy.cs (4)
251
public
PenProxy
Clone()
253
PenProxy
pen = new PenProxy();
271
public static
PenProxy
CreatePen(Pen pen, Rect bounds)
304
public static
PenProxy
CreateUserPen(Pen pen, Rect bounds, Matrix brushToWorldTransformHint, TreeWalkProgress treeWalkProgress)
AlphaFlattener\DrawingContext.cs (2)
76
void IProxyDrawingContext.DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
693
void IProxyDrawingContext.DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags)
AlphaFlattener\Interfaces.cs (1)
110
void DrawGeometry(BrushProxy brush,
PenProxy
pen, Geometry geometry, Geometry clip, Matrix brushTrans, ProxyDrawingFlags flags);
AlphaFlattener\MetroDevice.cs (1)
229
g.Pen =
PenProxy
.CreatePen(pen, bounds);
AlphaFlattener\Primitive.cs (4)
351
gp.Pen =
PenProxy
.CreateUserPen(gd.Pen, renderBounds, drawingToWorldTransformHint, new TreeWalkProgress());
365
PenProxy
pen = gp.Pen;
656
private
PenProxy
_pen;
1022
public
PenProxy
Pen
AlphaFlattener\PrimitiveRenderer.cs (2)
167
public
PenProxy
Pen
553
private
PenProxy
_pen;
Serialization\DrawingContextFlattener.cs (1)
227
if (
PenProxy
.IsNull(pen))
Serialization\VisualSerializer.cs (1)
921
if (pen != null && !
PenProxy
.IsNull(pen))