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