5 writes to _cost
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (5)
265
_cost
= 1;
388
_cost
= 1;
575
_cost
= - Configuration.RasterizationCost(bounds.Width, bounds.Height);
787
_cost
+= DrawGeometryCost(b, p, geometry);
831
_cost
+= image.PixelWidth * image.PixelHeight * 3;
3 references to _cost
ReachFramework (3)
AlphaFlattener\DrawingContext.cs (3)
334
if (_costing && (
_cost
> 0))
449
if (_costing && (
_cost
> 0))
583
return
_cost
> 0;