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