10 references to CreateBrush
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (4)
277BrushProxy brush = BrushProxy.CreateBrush(pen.Brush, bounds); 1780BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2119BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2371BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);
AlphaFlattener\MetroDevice.cs (2)
213g.Brush = BrushProxy.CreateBrush(brush, bounds); 280g.Brush = BrushProxy.CreateBrush(foreground, g.GetRectBounds(needBounds));
AlphaFlattener\Primitive.cs (3)
419BrushProxy bp = BrushProxy.CreateBrush(db, id.Rect); 429gp.Brush = BrushProxy.CreateBrush(db, id.Rect); 1872BrushProxy b = BrushProxy.CreateBrush(brush, DstRect);
AlphaFlattener\Utility.cs (1)
1480BrushProxy bp = BrushProxy.CreateBrush(ib, maskBounds);