2 writes to _brush
ReachFramework (2)
AlphaFlattener\Primitive.cs (2)
1017
_brush
= value;
1569
_brush
= _brush.Clone();
10 references to _brush
ReachFramework (10)
AlphaFlattener\Primitive.cs (10)
790
if (
_brush
== null)
797
DrawingBrush drawingBrush =
_brush
.GetRealBrush() as DrawingBrush;
820
Primitive brushPrimitive =
_brush
.GetDrawingPrimitive();
901
Opacity = Opacity *
_brush
.Opacity,
902
OpacityMask = BrushProxy.BlendBrush(OpacityMask,
_brush
.OpacityMask),
1013
return
_brush
;
1567
if (
_brush
!= null)
1569
_brush =
_brush
.Clone();
1617
if (
_brush
!= null)
1619
cost +=
_brush
.GetDrawingCost(bounds.Size);