2 writes to _brush
ReachFramework (2)
AlphaFlattener\Primitive.cs (2)
1018
_brush
= value;
1576
_brush
= _brush.Clone();
10 references to _brush
ReachFramework (10)
AlphaFlattener\Primitive.cs (10)
791
if (
_brush
== null)
798
DrawingBrush drawingBrush =
_brush
.GetRealBrush() as DrawingBrush;
821
Primitive brushPrimitive =
_brush
.GetDrawingPrimitive();
902
Opacity = Opacity *
_brush
.Opacity,
903
OpacityMask = BrushProxy.BlendBrush(OpacityMask,
_brush
.OpacityMask),
1014
return
_brush
;
1574
if (
_brush
!= null)
1576
_brush =
_brush
.Clone();
1624
if (
_brush
!= null)
1626
cost +=
_brush
.GetDrawingCost(bounds.Size);