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)
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; 1574if (_brush != null) 1576_brush = _brush.Clone(); 1624if (_brush != null) 1626cost += _brush.GetDrawingCost(bounds.Size);