6 references to TextureBrush
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
126
return new
TextureBrush
(b);
winforms\Managed\System\WinForms\ControlPaint.cs (5)
1483
gridBrush = new
TextureBrush
(bitmap);
2174
frameBrushActive = new
TextureBrush
(bitmap);
2230
Brush brush = new
TextureBrush
(b);
2239
brush = new
TextureBrush
(b);
2296
frameBrushSelected = new
TextureBrush
(bitmap);