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