5 writes to _cost
ReachFramework (5)
AlphaFlattener\DrawingContext.cs (5)
267
_cost
= 1;
390
_cost
= 1;
577
_cost
= - Configuration.RasterizationCost(bounds.Width, bounds.Height);
789
_cost
+= DrawGeometryCost(b, p, geometry);
833
_cost
+= image.PixelWidth * image.PixelHeight * 3;
3 references to _cost
ReachFramework (3)
AlphaFlattener\DrawingContext.cs (3)
336
if (_costing && (
_cost
> 0))
451
if (_costing && (
_cost
> 0))
585
return
_cost
> 0;