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