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