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); 1387Debug.Assert(!_bounds.IsEmpty); 1389bounds = _bounds; 1395Debug.Assert(_brushList != null && _bounds.IsEmpty); 1782BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2121BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2373BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);