2 writes to _brush
ReachFramework (2)
AlphaFlattener\Primitive.cs (2)
1018
_brush
= value;
1570
_brush
= _brush.Clone();
10 references to _brush
ReachFramework (10)
AlphaFlattener\Primitive.cs (10)
792
if (
_brush
== null)
799
DrawingBrush drawingBrush =
_brush
.GetRealBrush() as DrawingBrush;
822
Primitive brushPrimitive =
_brush
.GetDrawingPrimitive();
903
canvas.Opacity = Opacity *
_brush
.Opacity;
904
canvas.OpacityMask = BrushProxy.BlendBrush(OpacityMask,
_brush
.OpacityMask);
1014
return
_brush
;
1568
if (
_brush
!= null)
1570
_brush =
_brush
.Clone();
1618
if (
_brush
!= null)
1620
cost +=
_brush
.GetDrawingCost(bounds.Size);