111 instantiations of ImageAttributes
System.Drawing.Common.Tests (99)
mono\System.Drawing\GraphicsTests.cs (1)
2759
using ImageAttributes ia =
new
();
System\Drawing\Imaging\ImageAttributesTests.cs (96)
63
ImageAttributes imageAttr =
new
();
72
using ImageAttributes imageAttr =
new
();
84
ImageAttributes imageAttr =
new
();
96
using ImageAttributes imageAttr =
new
();
131
using ImageAttributes imageAttr =
new
();
149
using ImageAttributes imageAttr =
new
();
175
using ImageAttributes imageAttr =
new
();
206
using ImageAttributes imageAttr =
new
();
217
ImageAttributes imageAttr =
new
();
229
using ImageAttributes imageAttr =
new
();
248
using ImageAttributes imageAttr =
new
();
265
using ImageAttributes imageAttr =
new
();
275
using ImageAttributes imageAttr =
new
();
302
using ImageAttributes imageAttr =
new
();
323
ImageAttributes imageAttr =
new
();
334
using ImageAttributes imageAttr =
new
();
344
using ImageAttributes imageAttr =
new
();
367
using ImageAttributes imageAttr =
new
();
394
using ImageAttributes imageAttr =
new
();
423
using ImageAttributes imageAttr =
new
();
435
ImageAttributes imageAttr =
new
();
447
using ImageAttributes imageAttr =
new
();
461
using ImageAttributes imageAttr =
new
();
473
using ImageAttributes imageAttr =
new
();
484
using ImageAttributes imageAttr =
new
();
497
using ImageAttributes imageAttr =
new
();
510
using ImageAttributes imageAttr =
new
();
520
ImageAttributes imageAttr =
new
();
530
using ImageAttributes imageAttr =
new
();
539
using ImageAttributes imageAttr =
new
();
553
using ImageAttributes imageAttr =
new
();
564
ImageAttributes imageAttr =
new
();
574
using ImageAttributes imageAttr =
new
();
583
using ImageAttributes imageAttr =
new
();
596
using ImageAttributes imageAttr =
new
();
609
using ImageAttributes imageAttr =
new
();
619
ImageAttributes imageAttr =
new
();
630
using ImageAttributes imageAttr =
new
();
640
using ImageAttributes imageAttr =
new
();
652
ImageAttributes imageAttr =
new
();
662
using ImageAttributes imageAttr =
new
();
671
using ImageAttributes imageAttr =
new
();
686
using ImageAttributes imageAttr =
new
();
699
ImageAttributes imageAttr =
new
();
710
using ImageAttributes imageAttr =
new
();
719
using ImageAttributes imageAttr =
new
();
736
using ImageAttributes imageAttr =
new
();
753
using ImageAttributes imageAttr =
new
();
767
ImageAttributes imageAttr =
new
();
778
using ImageAttributes imageAttr =
new
();
787
using ImageAttributes imageAttr =
new
();
802
using ImageAttributes imageAttr =
new
();
817
using ImageAttributes imageAttr =
new
();
828
ImageAttributes imageAttr =
new
();
840
using ImageAttributes imageAttr =
new
();
850
using ImageAttributes imageAttr =
new
();
865
using ImageAttributes imageAttr =
new
();
877
ImageAttributes imageAttr =
new
();
888
using ImageAttributes imageAttr =
new
();
906
using ImageAttributes imageAttr =
new
();
932
using ImageAttributes imageAttr =
new
();
962
using ImageAttributes imageAttr =
new
();
973
ImageAttributes imageAttr =
new
();
984
using ImageAttributes imageAttr =
new
();
1001
using ImageAttributes imageAttr =
new
();
1011
using ImageAttributes imageAttr =
new
();
1026
using ImageAttributes imageAttr =
new
();
1038
ImageAttributes imageAttr =
new
();
1049
using ImageAttributes imageAttr =
new
();
1058
using ImageAttributes imageAttr =
new
();
1069
ImageAttributes imageAttr =
new
();
1081
using ImageAttributes imageAttr =
new
();
1089
using ImageAttributes imageAttr =
new
();
1097
using ImageAttributes imageAttr =
new
();
1106
using ImageAttributes imageAttr =
new
();
1115
using ImageAttributes imageAttr =
new
();
1124
using ImageAttributes imageAttr =
new
();
1140
using ImageAttributes imageAttr =
new
();
1153
ImageAttributes imageAttr =
new
();
1164
using ImageAttributes imageAttr =
new
();
1173
using ImageAttributes imageAttr =
new
();
1186
using ImageAttributes imageAttr =
new
();
1199
using ImageAttributes imageAttr =
new
();
1209
ImageAttributes imageAttr =
new
();
1220
using ImageAttributes imageAttr =
new
();
1227
using ImageAttributes imageAttr =
new
();
1234
using ImageAttributes imageAttr =
new
();
1241
using ImageAttributes imageAttr =
new
();
1250
using ImageAttributes imageAttr =
new
();
1264
using ImageAttributes imageAttr =
new
();
1275
ImageAttributes imageAttr =
new
();
1286
using ImageAttributes imageAttr =
new
();
1293
ImageAttributes imageAttr =
new
();
1304
ImageAttributes imageAttr =
new
();
1314
using ImageAttributes imageAttr =
new
();
1323
using ImageAttributes imageAttr =
new
();
System\Drawing\TextureBrushTests.cs (2)
186
yield return new object[] { ((Image)data[0]).Clone(), data[1], new
ImageAttributes
(), WrapMode.Clamp };
188
ImageAttributes customWrapMode =
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)
1032
using ImageAttributes attr =
new
();
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\DropDownButton.DropDownButtonAdapter.cs (2)
94
graphics.DrawImage(invertedImage, imageBounds, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, new
ImageAttributes
());
98
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)
1030
imgAttrib ??= new
ImageAttributes
();
System\Windows\Forms\Rendering\ControlPaint.cs (5)
506
using ImageAttributes imageAttrib =
new
();
1458
ImageAttributes attributes =
new
();
1563
using ImageAttributes attributes =
new
();
1582
using ImageAttributes attributes =
new
();
1629
t_disabledImageAttr = new
ImageAttributes
();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
130
using ImageAttributes attributes =
new
();
140 references to ImageAttributes
System.Drawing (1)
System.Drawing.cs (1)
86
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
ImageAttributes
))]
System.Drawing.Common (26)
Special\NotSupported.cs (26)
493
public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
494
public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr, System.Drawing.Graphics.DrawImageAbort? callback) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
495
public void DrawImage(System.Drawing.Image image, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr, System.Drawing.Graphics.DrawImageAbort? callback, int callbackData) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
498
public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
499
public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr, System.Drawing.Graphics.DrawImageAbort? callback) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
500
public void DrawImage(System.Drawing.Image image, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr, System.Drawing.Graphics.DrawImageAbort? callback, int callbackData) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
504
public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
505
public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttr, System.Drawing.Graphics.DrawImageAbort? callback) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
506
public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttrs, System.Drawing.Graphics.DrawImageAbort? callback, System.IntPtr callbackData) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
508
public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttrs) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
509
public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttrs, System.Drawing.Graphics.DrawImageAbort? callback) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
510
public void DrawImage(System.Drawing.Image image, System.Drawing.Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, System.Drawing.GraphicsUnit srcUnit, System.Drawing.Imaging.
ImageAttributes
? imageAttrs, System.Drawing.Graphics.DrawImageAbort? callback, System.IntPtr callbackData) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
551
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
554
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point destPoint, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
557
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
560
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF destPoint, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
563
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
566
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.PointF[] destPoints, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
569
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
572
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Point[] destPoints, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
575
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
578
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.Rectangle destRect, System.Drawing.Rectangle srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
581
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
584
public void EnumerateMetafile(System.Drawing.Imaging.Metafile metafile, System.Drawing.RectangleF destRect, System.Drawing.RectangleF srcRect, System.Drawing.GraphicsUnit unit, System.Drawing.Graphics.EnumerateMetafileProc callback, System.IntPtr callbackData, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
1337
public TextureBrush(System.Drawing.Image image, System.Drawing.Rectangle dstRect, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
1339
public TextureBrush(System.Drawing.Image image, System.Drawing.RectangleF dstRect, System.Drawing.Imaging.
ImageAttributes
? imageAttr) { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); }
System.Drawing.Common.Tests (102)
mono\System.Drawing\GraphicsTests.cs (1)
2759
using
ImageAttributes
ia = new();
System\Drawing\Imaging\ImageAttributesTests.cs (98)
63
ImageAttributes
imageAttr = new();
72
using
ImageAttributes
imageAttr = new();
75
using
ImageAttributes
clone = Assert.IsAssignableFrom<
ImageAttributes
>(imageAttr.Clone());
84
ImageAttributes
imageAttr = new();
96
using
ImageAttributes
imageAttr = new();
131
using
ImageAttributes
imageAttr = new();
149
using
ImageAttributes
imageAttr = new();
175
using
ImageAttributes
imageAttr = new();
206
using
ImageAttributes
imageAttr = new();
217
ImageAttributes
imageAttr = new();
229
using
ImageAttributes
imageAttr = new();
248
using
ImageAttributes
imageAttr = new();
265
using
ImageAttributes
imageAttr = new();
275
using
ImageAttributes
imageAttr = new();
302
using
ImageAttributes
imageAttr = new();
323
ImageAttributes
imageAttr = new();
334
using
ImageAttributes
imageAttr = new();
344
using
ImageAttributes
imageAttr = new();
367
using
ImageAttributes
imageAttr = new();
394
using
ImageAttributes
imageAttr = new();
423
using
ImageAttributes
imageAttr = new();
435
ImageAttributes
imageAttr = new();
447
using
ImageAttributes
imageAttr = new();
461
using
ImageAttributes
imageAttr = new();
473
using
ImageAttributes
imageAttr = new();
484
using
ImageAttributes
imageAttr = new();
497
using
ImageAttributes
imageAttr = new();
510
using
ImageAttributes
imageAttr = new();
520
ImageAttributes
imageAttr = new();
530
using
ImageAttributes
imageAttr = new();
539
using
ImageAttributes
imageAttr = new();
553
using
ImageAttributes
imageAttr = new();
564
ImageAttributes
imageAttr = new();
574
using
ImageAttributes
imageAttr = new();
583
using
ImageAttributes
imageAttr = new();
596
using
ImageAttributes
imageAttr = new();
609
using
ImageAttributes
imageAttr = new();
619
ImageAttributes
imageAttr = new();
630
using
ImageAttributes
imageAttr = new();
640
using
ImageAttributes
imageAttr = new();
652
ImageAttributes
imageAttr = new();
662
using
ImageAttributes
imageAttr = new();
671
using
ImageAttributes
imageAttr = new();
686
using
ImageAttributes
imageAttr = new();
699
ImageAttributes
imageAttr = new();
710
using
ImageAttributes
imageAttr = new();
719
using
ImageAttributes
imageAttr = new();
736
using
ImageAttributes
imageAttr = new();
753
using
ImageAttributes
imageAttr = new();
767
ImageAttributes
imageAttr = new();
778
using
ImageAttributes
imageAttr = new();
787
using
ImageAttributes
imageAttr = new();
802
using
ImageAttributes
imageAttr = new();
817
using
ImageAttributes
imageAttr = new();
828
ImageAttributes
imageAttr = new();
840
using
ImageAttributes
imageAttr = new();
850
using
ImageAttributes
imageAttr = new();
865
using
ImageAttributes
imageAttr = new();
877
ImageAttributes
imageAttr = new();
888
using
ImageAttributes
imageAttr = new();
906
using
ImageAttributes
imageAttr = new();
932
using
ImageAttributes
imageAttr = new();
962
using
ImageAttributes
imageAttr = new();
973
ImageAttributes
imageAttr = new();
984
using
ImageAttributes
imageAttr = new();
1001
using
ImageAttributes
imageAttr = new();
1011
using
ImageAttributes
imageAttr = new();
1026
using
ImageAttributes
imageAttr = new();
1038
ImageAttributes
imageAttr = new();
1049
using
ImageAttributes
imageAttr = new();
1058
using
ImageAttributes
imageAttr = new();
1069
ImageAttributes
imageAttr = new();
1081
using
ImageAttributes
imageAttr = new();
1089
using
ImageAttributes
imageAttr = new();
1097
using
ImageAttributes
imageAttr = new();
1106
using
ImageAttributes
imageAttr = new();
1115
using
ImageAttributes
imageAttr = new();
1124
using
ImageAttributes
imageAttr = new();
1140
using
ImageAttributes
imageAttr = new();
1153
ImageAttributes
imageAttr = new();
1164
using
ImageAttributes
imageAttr = new();
1173
using
ImageAttributes
imageAttr = new();
1186
using
ImageAttributes
imageAttr = new();
1199
using
ImageAttributes
imageAttr = new();
1209
ImageAttributes
imageAttr = new();
1220
using
ImageAttributes
imageAttr = new();
1227
using
ImageAttributes
imageAttr = new();
1234
using
ImageAttributes
imageAttr = new();
1241
using
ImageAttributes
imageAttr = new();
1250
using
ImageAttributes
imageAttr = new();
1264
using
ImageAttributes
imageAttr = new();
1275
ImageAttributes
imageAttr = new();
1286
using
ImageAttributes
imageAttr = new();
1293
ImageAttributes
imageAttr = new();
1304
ImageAttributes
imageAttr = new();
1314
using
ImageAttributes
imageAttr = new();
1323
using
ImageAttributes
imageAttr = new();
System\Drawing\TextureBrushTests.cs (3)
188
ImageAttributes
customWrapMode = new();
196
public void Ctor_Image_Rectangle_ImageAttributes(Image image, Rectangle rectangle,
ImageAttributes
attributes, WrapMode expectedWrapMode)
218
public void Ctor_Image_RectangleF_ImageAttributes(Image image, Rectangle rectangle,
ImageAttributes
attributes, WrapMode expectedWrapMode)
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (1)
830
using
ImageAttributes
attr = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
1032
using
ImageAttributes
attr = new();
System\Windows\Forms\Controls\ToolStrips\ToolStripHighContrastRenderer.cs (1)
492
using
ImageAttributes
attrs = new();
System\Windows\Forms\Controls\ToolStrips\ToolStripItemImageRenderEventArgs.cs (1)
50
internal
ImageAttributes
? ImageAttributes { get; set; }
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1026
private static Bitmap CreateDisabledImage(Image normalImage,
ImageAttributes
? imgAttrib)
System\Windows\Forms\Rendering\ControlPaint.cs (5)
55
private static
ImageAttributes
? t_disabledImageAttr; // ImageAttributes used to render disabled images
506
using
ImageAttributes
imageAttrib = new();
1458
ImageAttributes
attributes = new();
1563
using
ImageAttributes
attributes = new();
1582
using
ImageAttributes
attributes = new();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
130
using
ImageAttributes
attributes = new();