13 references to new
System.Drawing.Common (1)
System\Drawing\Bitmap.cs (1)
246
using (ImageAttributes attributes =
new
())
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
830
using ImageAttributes attr =
new
();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
1036
using ImageAttributes attr =
new
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (2)
95
graphics.DrawImage(invertedImage, imageBounds, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, new
ImageAttributes
());
99
graphics.DrawImage(image, imageBounds, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, new
ImageAttributes
());
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
492
using ImageAttributes attrs =
new
();
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1164
imgAttrib ??= new
ImageAttributes
();
System\Windows\Forms\Rendering\ControlPaint.cs (5)
538
using ImageAttributes imageAttrib =
new
();
1486
ImageAttributes attributes =
new
();
1588
using ImageAttributes attributes =
new
();
1607
using ImageAttributes attributes =
new
();
1654
t_disabledImageAttr = new
ImageAttributes
();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
130
using ImageAttributes attributes =
new
();