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