34 references to ImageAttributes
System.Drawing (1)
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();