10 references to CreateBrush
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (4)
281BrushProxy brush = BrushProxy.CreateBrush(pen.Brush, bounds); 1784BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2123BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2375BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);
AlphaFlattener\MetroDevice.cs (2)
219g.Brush = BrushProxy.CreateBrush(brush, bounds); 286g.Brush = BrushProxy.CreateBrush(foreground, g.GetRectBounds(needBounds));
AlphaFlattener\Primitive.cs (3)
424BrushProxy bp = BrushProxy.CreateBrush(db, id.Rect); 434gp.Brush = BrushProxy.CreateBrush(db, id.Rect); 1877BrushProxy b = BrushProxy.CreateBrush(brush, DstRect);
AlphaFlattener\Utility.cs (1)
1497BrushProxy bp = BrushProxy.CreateBrush(ib, maskBounds);