4 references to CreateBrushCore
ReachFramework (4)
AlphaFlattener\BrushProxy.cs (4)
2721
return
CreateBrushCore
(new SolidColorBrush(color), Rect.Empty);
2739
return
CreateBrushCore
(brush, bounds);
2757
BrushProxy result =
CreateBrushCore
(brush, bounds);
2791
return
CreateBrushCore
(brush, bounds);