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)
790if (_brush == null) 797DrawingBrush drawingBrush = _brush.GetRealBrush() as DrawingBrush; 820Primitive brushPrimitive = _brush.GetDrawingPrimitive(); 901Opacity = Opacity * _brush.Opacity, 902OpacityMask = BrushProxy.BlendBrush(OpacityMask, _brush.OpacityMask), 1013return _brush; 1567if (_brush != null) 1569_brush = _brush.Clone(); 1617if (_brush != null) 1619cost += _brush.GetDrawingCost(bounds.Size);