3 references to new
System.Drawing.Common (1)
System\Drawing\TextureBrush.cs (1)
17
public TextureBrush(Image bitmap) :
this
(bitmap, Drawing2D.WrapMode.Tile)
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);