2 writes to _afterDrawing
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
1025
_afterDrawing
= Colors.Transparent;
1843
b.
_afterDrawing
= Utility.BlendColor(b._afterDrawing, color);
8 references to _afterDrawing
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
1017
_afterDrawing
.A != 0 ||
1465
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1467
context.PushOpacityMask(new SolidColorBrush(
_afterDrawing
));
1503
if (!Utility.IsTransparent(_beforeDrawing.ScA) || !Utility.IsTransparent(
_afterDrawing
.ScA) || _brushList == null)
1584
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1586
context.DrawGeometry(new SolidColorBrush(
_afterDrawing
), null, geometry);
1843
b._afterDrawing = Utility.BlendColor(b.
_afterDrawing
, color);
3411
return
_afterDrawing
;