2 writes to _afterDrawing
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
1029
_afterDrawing
= Colors.Transparent;
1847
b.
_afterDrawing
= Utility.BlendColor(b._afterDrawing, color);
8 references to _afterDrawing
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
1021
_afterDrawing
.A != 0 ||
1469
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1471
context.PushOpacityMask(new SolidColorBrush(
_afterDrawing
));
1507
if (!Utility.IsTransparent(_beforeDrawing.ScA) || !Utility.IsTransparent(
_afterDrawing
.ScA) || _brushList == null)
1588
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1590
context.DrawGeometry(new SolidColorBrush(
_afterDrawing
), null, geometry);
1847
b._afterDrawing = Utility.BlendColor(b.
_afterDrawing
, color);
3415
return
_afterDrawing
;