2 writes to _afterDrawing
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
1022
_afterDrawing
= Colors.Transparent;
1841
b.
_afterDrawing
= Utility.BlendColor(b._afterDrawing, color);
8 references to _afterDrawing
ReachFramework (8)
AlphaFlattener\BrushProxy.cs (8)
1014
_afterDrawing
.A != 0 ||
1463
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1465
context.PushOpacityMask(new SolidColorBrush(
_afterDrawing
));
1501
if (!Utility.IsTransparent(_beforeDrawing.ScA) || !Utility.IsTransparent(
_afterDrawing
.ScA) || _brushList == null)
1582
if (!Utility.IsTransparent(
_afterDrawing
.ScA))
1584
context.DrawGeometry(new SolidColorBrush(
_afterDrawing
), null, geometry);
1841
b._afterDrawing = Utility.BlendColor(b.
_afterDrawing
, color);
3412
return
_afterDrawing
;