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)
791if (_brush == null) 798DrawingBrush drawingBrush = _brush.GetRealBrush() as DrawingBrush; 821Primitive brushPrimitive = _brush.GetDrawingPrimitive(); 902Opacity = Opacity * _brush.Opacity, 903OpacityMask = BrushProxy.BlendBrush(OpacityMask, _brush.OpacityMask), 1014return _brush; 1568if (_brush != null) 1570_brush = _brush.Clone(); 1618if (_brush != null) 1620cost += _brush.GetDrawingCost(bounds.Size);