10 references to CreateBrush
ReachFramework (10)
AlphaFlattener\BrushProxy.cs (4)
278BrushProxy brush = BrushProxy.CreateBrush(pen.Brush, bounds); 1779BrushProxy proxy = BrushProxy.CreateBrush(ib, _bounds); 2118BrushProxy bp = BrushProxy.CreateBrush(g, _bounds); 2370BrushProxy bp = BrushProxy.CreateBrush(ibnew, _bounds);
AlphaFlattener\MetroDevice.cs (2)
214g.Brush = BrushProxy.CreateBrush(brush, bounds); 282g.Brush = BrushProxy.CreateBrush(foreground, g.GetRectBounds(needBounds));
AlphaFlattener\Primitive.cs (3)
421BrushProxy bp = BrushProxy.CreateBrush(db, id.Rect); 431Brush = BrushProxy.CreateBrush(db, id.Rect), 1878BrushProxy b = BrushProxy.CreateBrush(brush, DstRect);
AlphaFlattener\Utility.cs (1)
1480BrushProxy bp = BrushProxy.CreateBrush(ib, maskBounds);