10 references to CreateBrush
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (4)
277BrushProxy brush = BrushProxy.CreateBrush(pen.Brush, bounds); 1778BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2117BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2369BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);
AlphaFlattener\MetroDevice.cs (2)
213g.Brush = BrushProxy.CreateBrush(brush, bounds); 281g.Brush = BrushProxy.CreateBrush(foreground, g.GetRectBounds(needBounds));
AlphaFlattener\Primitive.cs (3)
420BrushProxy bp = BrushProxy.CreateBrush(db, id.Rect); 430Brush = BrushProxy.CreateBrush(db, id.Rect), 1877BrushProxy b = BrushProxy.CreateBrush(brush, DstRect);
AlphaFlattener\Utility.cs (1)
1479BrushProxy bp = BrushProxy.CreateBrush(ib, maskBounds);