1 write to _bounds
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
410
_bounds
= bounds;
8 references to _bounds
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
782
if (!
_bounds
.IsEmpty)
784
_bounds
.Transform(trans);
1387
Debug.Assert(!
_bounds
.IsEmpty);
1389
bounds =
_bounds
;
1395
Debug.Assert(_brushList != null &&
_bounds
.IsEmpty);
1782
BrushProxy proxy = BrushProxy.CreateBrush(ib,
_bounds
);
2121
BrushProxy bp = BrushProxy.CreateBrush(g,
_bounds
);
2373
BrushProxy bp = BrushProxy.CreateBrush(ibnew,
_bounds
);