4 references to CreateBrushCore
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (4)
2720
return
CreateBrushCore
(new SolidColorBrush(color), Rect.Empty);
2738
return
CreateBrushCore
(brush, bounds);
2756
BrushProxy result =
CreateBrushCore
(brush, bounds);
2790
return
CreateBrushCore
(brush, bounds);