16 instantiations of TextureBrush
System.Drawing (2)
commonui\System\Drawing\Advanced\TextureBrush.cs (1)
312return new TextureBrush(cloneBrush);
commonui\System\Drawing\Pen.cs (1)
842brush = new TextureBrush(GetNativeBrush());
System.Web.DataVisualization (3)
Common\General\ChartGraphics.cs (3)
408 backFilledBrush= new TextureBrush( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib); 419textureBrush = new TextureBrush(image, new RectangleF(0, 0, image.Width, image.Height), attrib); 423textureBrush = new TextureBrush(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib);
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (1)
126return new TextureBrush(b);
winforms\Managed\System\WinForms\ControlPaint.cs (6)
461using (TextureBrush textureBrush = new TextureBrush(backgroundImage,WrapMode.Tile)) { 1483gridBrush = new TextureBrush(bitmap); 2174frameBrushActive = new TextureBrush(bitmap); 2230Brush brush = new TextureBrush(b); 2239brush = new TextureBrush(b); 2296frameBrushSelected = new TextureBrush(bitmap);
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1709using (TextureBrush textureBrush = new TextureBrush(BackgroundImage,WrapMode.Tile)) {
System.Windows.Forms.DataVisualization (3)
Common\General\ChartGraphics.cs (3)
408 backFilledBrush= new TextureBrush( bitmap, new RectangleF(0,0,image.Width,image.Height), attrib); 419textureBrush = new TextureBrush(image, new RectangleF(0, 0, image.Width, image.Height), attrib); 423textureBrush = new TextureBrush(scaledImage, new RectangleF(0, 0, scaledImage.Width, scaledImage.Height), attrib);
20 references to TextureBrush
System.Drawing (14)
commonui\System\Drawing\Advanced\TextureBrush.cs (14)
48/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> 65/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> 102/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> 144/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> 187/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> class with the specified image 204/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> class with the specified 242/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> class with the specified image 259/// Initializes a new instance of the <see cref='System.Drawing.TextureBrush'/> class with the specified 300/// Creates an exact copy of this <see cref='System.Drawing.TextureBrush'/>. 342/// transform for this <see cref='System.Drawing.TextureBrush'/>. 384/// <see cref='System.Drawing.TextureBrush'/>. 407/// Gets the <see cref='System.Drawing.Image'/> associated with this <see cref='System.Drawing.TextureBrush'/>. 444/// transform of this <see cref='System.Drawing.TextureBrush'/> by the specified <see cref='System.Drawing.Drawing2D.Matrix'/> by prepending the specified <see cref='System.Drawing.Drawing2D.Matrix'/>. 454/// transform of this <see cref='System.Drawing.TextureBrush'/> by the specified <see cref='System.Drawing.Drawing2D.Matrix'/> in the specified order.
System.Web.DataVisualization (2)
Common\General\ChartGraphics.cs (2)
400 TextureBrush backFilledBrush = null; 416TextureBrush textureBrush;
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)) {
System.Windows.Forms.DataVisualization (2)
Common\General\ChartGraphics.cs (2)
400 TextureBrush backFilledBrush = null; 416TextureBrush textureBrush;