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