1 write to _bounds
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
410_bounds = bounds;
8 references to _bounds
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
782if (!_bounds.IsEmpty) 784_bounds.Transform(trans); 1384Debug.Assert(!_bounds.IsEmpty); 1386bounds = _bounds; 1392Debug.Assert(_brushList != null && _bounds.IsEmpty); 1779BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2118BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2370BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);