4 references to CreateBrushCore
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (4)
2725
return
CreateBrushCore
(new SolidColorBrush(color), Rect.Empty);
2743
return
CreateBrushCore
(brush, bounds);
2761
BrushProxy result =
CreateBrushCore
(brush, bounds);
2795
return
CreateBrushCore
(brush, bounds);