35 instantiations of ImageAttributes
System.Drawing (2)
commonui\System\Drawing\Advanced\ImageAttributes.cs (1)
152return new ImageAttributes(clone);
commonui\System\Drawing\Bitmap.cs (1)
592attributes = new ImageAttributes();
System.Web.DataVisualization (9)
Common\General\ChartGraphics.cs (7)
387 ImageAttributes attrib = new ImageAttributes(); 728ImageAttributes attrib = new ImageAttributes(); 737ImageAttributes attribShadow = new ImageAttributes(); 2322ImageAttributes attrib = new ImageAttributes(); 3526 ImageAttributes attrib = new ImageAttributes(); 4207 ImageAttributes attrib = new ImageAttributes(); 4503 ImageAttributes attrib = new ImageAttributes();
Common\General\LegendColumns.cs (2)
2176 System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes(); 2318System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes();
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ControlPaint.cs (5)
517ImageAttributes imageAttrib = new ImageAttributes(); 1375ImageAttributes attrs = new ImageAttributes(); 1516ImageAttributes attrs = new ImageAttributes(); 1534ImageAttributes attributes = new ImageAttributes(); 1589disabledImageAttr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
536ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
781ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridRow.cs (1)
570ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
881ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1141ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (2)
121ImageAttributes imageAttr = e.ImageAttributes ?? new ImageAttributes(); 361 using (ImageAttributes attrs = new ImageAttributes()) {
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1072imgAttrib = new ImageAttributes();
System.Windows.Forms.DataVisualization (9)
Common\General\ChartGraphics.cs (7)
387 ImageAttributes attrib = new ImageAttributes(); 728ImageAttributes attrib = new ImageAttributes(); 737ImageAttributes attribShadow = new ImageAttributes(); 2322ImageAttributes attrib = new ImageAttributes(); 3526 ImageAttributes attrib = new ImageAttributes(); 4207 ImageAttributes attrib = new ImageAttributes(); 4503 ImageAttributes attrib = new ImageAttributes();
Common\General\LegendColumns.cs (2)
2176 System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes(); 2318System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (1)
191ImageAttributes imageAttributes = new ImageAttributes();
AuthoringOM\Design\WorkflowView.cs (1)
1665ImageAttributes transparentColorKey = new ImageAttributes();
78 references to ImageAttributes
System.Drawing (33)
commonui\System\Drawing\Advanced\ImageAttributes.cs (4)
66/// Initializes a new instance of the <see cref='System.Drawing.Imaging.ImageAttributes'/> class. 90/// <see cref='System.Drawing.Imaging.ImageAttributes'/>. 128/// <see cref='System.Drawing.Imaging.ImageAttributes'/>. 137/// Creates an exact copy of this <see cref='System.Drawing.Imaging.ImageAttributes'/>.
commonui\System\Drawing\Advanced\TextureBrush.cs (4)
194: this(image, dstRect, (ImageAttributes)null) {} 211ImageAttributes imageAttr) 249: this(image, dstRect, (ImageAttributes)null) {} 266ImageAttributes imageAttr)
commonui\System\Drawing\Bitmap.cs (1)
590ImageAttributes attributes = null;
commonui\System\Drawing\Graphics.cs (24)
3153GraphicsUnit srcUnit, ImageAttributes imageAttr) { 3160GraphicsUnit srcUnit, ImageAttributes imageAttr, 3168GraphicsUnit srcUnit, ImageAttributes imageAttr, 3219GraphicsUnit srcUnit, ImageAttributes imageAttr) { 3226GraphicsUnit srcUnit, ImageAttributes imageAttr, 3234GraphicsUnit srcUnit, ImageAttributes imageAttr, 3286ImageAttributes imageAttrs) { 3294ImageAttributes imageAttrs, DrawImageAbort callback) { 3302float srcWidth, float srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, 3342ImageAttributes imageAttr) { 3350ImageAttributes imageAttr, DrawImageAbort callback) { 3357int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, 3404ImageAttributes imageAttr) { 3439ImageAttributes imageAttr) { 3474ImageAttributes imageAttr) { 3512ImageAttributes imageAttr) { 3548ImageAttributes imageAttr) { 3594ImageAttributes imageAttr) { 3642ImageAttributes imageAttr) { 3684ImageAttributes imageAttr) { 3727ImageAttributes imageAttr) { 3774ImageAttributes imageAttr) { 3826ImageAttributes imageAttr) { 3888ImageAttributes imageAttr) {
System.Web.DataVisualization (15)
Common\General\ChartGraphics.cs (7)
387 ImageAttributes attrib = new ImageAttributes(); 728ImageAttributes attrib = new ImageAttributes(); 737ImageAttributes attribShadow = new ImageAttributes(); 2322ImageAttributes attrib = new ImageAttributes(); 3526 ImageAttributes attrib = new ImageAttributes(); 4207 ImageAttributes attrib = new ImageAttributes(); 4503 ImageAttributes attrib = new ImageAttributes();
Common\General\ChartRenderingEngine.cs (2)
168 ImageAttributes imageAttr 390 ImageAttributes imageAttrs
Common\General\GdiGraphics.cs (2)
125 ImageAttributes imageAttr 270 ImageAttributes imageAttrs
Common\General\IChartRenderingEngine.cs (2)
100 ImageAttributes imageAttr 215 ImageAttributes imageAttrs
Common\General\LegendColumns.cs (2)
2176 System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes(); 2318System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes();
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ControlPaint.cs (5)
61private static ImageAttributes disabledImageAttr; // ImageAttributes used to render disabled images 517ImageAttributes imageAttrib = new ImageAttributes(); 1375ImageAttributes attrs = new ImageAttributes(); 1516ImageAttributes attrs = new ImageAttributes(); 1534ImageAttributes attributes = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridCaption.cs (1)
536ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridParentRows.cs (1)
781ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridRow.cs (1)
570ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridViewImageCell.cs (1)
881ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1141ImageAttributes attr = new ImageAttributes();
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (2)
121ImageAttributes imageAttr = e.ImageAttributes ?? new ImageAttributes(); 361 using (ImageAttributes attrs = new ImageAttributes()) {
winforms\Managed\System\WinForms\ToolStripItemImageRenderEventArgs.cs (2)
19private ImageAttributes imageAttr = null; 63internal ImageAttributes ImageAttributes {
winforms\Managed\System\WinForms\ToolStripRenderer.cs (1)
1070private static Image CreateDisabledImage(Image normalImage, ImageAttributes imgAttrib) {
System.Windows.Forms.DataVisualization (13)
Common\General\ChartGraphics.cs (7)
387 ImageAttributes attrib = new ImageAttributes(); 728ImageAttributes attrib = new ImageAttributes(); 737ImageAttributes attribShadow = new ImageAttributes(); 2322ImageAttributes attrib = new ImageAttributes(); 3526 ImageAttributes attrib = new ImageAttributes(); 4207 ImageAttributes attrib = new ImageAttributes(); 4503 ImageAttributes attrib = new ImageAttributes();
Common\General\ChartRenderingEngine.cs (2)
168 ImageAttributes imageAttr 390 ImageAttributes imageAttrs
Common\General\GdiGraphics.cs (2)
125 ImageAttributes imageAttr 270 ImageAttributes imageAttrs
Common\General\LegendColumns.cs (2)
2176 System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes(); 2318System.Drawing.Imaging.ImageAttributes imageAttributes = new System.Drawing.Imaging.ImageAttributes();
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (1)
191ImageAttributes imageAttributes = new ImageAttributes();
AuthoringOM\Design\WorkflowView.cs (1)
1665ImageAttributes transparentColorKey = new ImageAttributes();