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