10 instantiations of TextureBrush
System.Drawing.Common (2)
System\Drawing\Pen.cs (1)
609
brush = new
TextureBrush
((GpTexture*)GetNativeBrush());
System\Drawing\TextureBrush.cs (1)
100
return new
TextureBrush
((GpTexture*)cloneBrush);
System.Windows.Forms (8)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.cs (1)
84
return new
TextureBrush
(bitmap);
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1556
using TextureBrush textureBrush =
new
(BackgroundImage, WrapMode.Tile);
System\Windows\Forms\Rendering\ControlPaint.cs (6)
453
using TextureBrush textureBrush =
new
(backgroundImage, WrapMode.Tile);
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);
3 references to TextureBrush
System.Drawing (1)
System.Drawing.cs (1)
165
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.
TextureBrush
))]
System.Windows.Forms (2)
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1556
using
TextureBrush
textureBrush = new(BackgroundImage, WrapMode.Tile);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
453
using
TextureBrush
textureBrush = new(backgroundImage, WrapMode.Tile);