1 write to _bounds
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
409_bounds = bounds;
8 references to _bounds
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
781if (!_bounds.IsEmpty) 783_bounds.Transform(trans); 1383Debug.Assert(!_bounds.IsEmpty); 1385bounds = _bounds; 1391Debug.Assert(_brushList != null && _bounds.IsEmpty); 1778BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2117BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2369BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);