3 references to TextureBrush
System.Drawing (1)
commonui\System\Drawing\Advanced\TextureBrush.cs (1)
54: this(bitmap, System.Drawing.Drawing2D.WrapMode.Tile) {
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
461using (TextureBrush textureBrush = new TextureBrush(backgroundImage,WrapMode.Tile)) {
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1709using (TextureBrush textureBrush = new TextureBrush(BackgroundImage,WrapMode.Tile)) {