1 write to _bounds
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
413_bounds = bounds;
8 references to _bounds
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
785if (!_bounds.IsEmpty) 787_bounds.Transform(trans); 1390Debug.Assert(!_bounds.IsEmpty); 1392bounds = _bounds; 1398Debug.Assert(_brushList != null && _bounds.IsEmpty); 1784BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2123BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2375BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);