2 writes to _afterDrawing
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
1023
_afterDrawing
= Colors.Transparent;
1842
b.
_afterDrawing
= Utility.BlendColor(b._afterDrawing, color);
8 references to _afterDrawing
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
1015
_afterDrawing
.A != 0 ||
1464
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1466
context.PushOpacityMask(new SolidColorBrush(
_afterDrawing
));
1502
if (!Utility.IsTransparent(_beforeDrawing.ScA) || !Utility.IsTransparent(
_afterDrawing
.ScA) || _brushList == null)
1583
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1585
context.DrawGeometry(new SolidColorBrush(
_afterDrawing
), null, geometry);
1842
b._afterDrawing = Utility.BlendColor(b.
_afterDrawing
, color);
3413
return
_afterDrawing
;