6 references to TextureBrush
System.Windows.Forms (6)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
84
return new
TextureBrush
(bitmap);
System\Windows\Forms\Rendering\ControlPaint.cs (5)
1573
t_gridBrush = new
TextureBrush
(bitmap);
2176
t_frameBrushActive = new
TextureBrush
(bitmap);
2245
using (Brush brush = new
TextureBrush
(b))
2255
using (Brush brush = new
TextureBrush
(b))
2304
t_frameBrushSelected = new
TextureBrush
(bitmap);