1 write to s_EmptyBrush
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
3513
s_EmptyBrush
= new BrushProxy(new SolidColorBrush(Color.FromArgb(0, 0, 0, 0)));
2 references to s_EmptyBrush
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
3511
if (
s_EmptyBrush
== null)
3516
return
s_EmptyBrush
;