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