5 writes to _cost
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (5)
266
_cost
= 1;
389
_cost
= 1;
576
_cost
= - Configuration.RasterizationCost(bounds.Width, bounds.Height);
788
_cost
+= DrawGeometryCost(b, p, geometry);
832
_cost
+= image.PixelWidth * image.PixelHeight * 3;
3 references to _cost
ReachFramework (3)
AlphaFlattener\DrawingContext.cs (3)
335
if (_costing && (
_cost
> 0))
450
if (_costing && (
_cost
> 0))
584
return
_cost
> 0;