111 instantiations of ImageAttributes
System.Drawing.Common.Tests (99)
mono\System.Drawing\GraphicsTests.cs (1)
2756
using ImageAttributes ia =
new
();
System\Drawing\Imaging\ImageAttributesTests.cs (96)
64
ImageAttributes imageAttr =
new
();
73
using ImageAttributes imageAttr =
new
();
85
ImageAttributes imageAttr =
new
();
97
using ImageAttributes imageAttr =
new
();
132
using ImageAttributes imageAttr =
new
();
150
using ImageAttributes imageAttr =
new
();
176
using ImageAttributes imageAttr =
new
();
207
using ImageAttributes imageAttr =
new
();
218
ImageAttributes imageAttr =
new
();
230
using ImageAttributes imageAttr =
new
();
249
using ImageAttributes imageAttr =
new
();
266
using ImageAttributes imageAttr =
new
();
276
using ImageAttributes imageAttr =
new
();
303
using ImageAttributes imageAttr =
new
();
324
ImageAttributes imageAttr =
new
();
335
using ImageAttributes imageAttr =
new
();
345
using ImageAttributes imageAttr =
new
();
368
using ImageAttributes imageAttr =
new
();
395
using ImageAttributes imageAttr =
new
();
424
using ImageAttributes imageAttr =
new
();
436
ImageAttributes imageAttr =
new
();
448
using ImageAttributes imageAttr =
new
();
462
using ImageAttributes imageAttr =
new
();
474
using ImageAttributes imageAttr =
new
();
485
using ImageAttributes imageAttr =
new
();
498
using ImageAttributes imageAttr =
new
();
511
using ImageAttributes imageAttr =
new
();
521
ImageAttributes imageAttr =
new
();
531
using ImageAttributes imageAttr =
new
();
540
using ImageAttributes imageAttr =
new
();
554
using ImageAttributes imageAttr =
new
();
565
ImageAttributes imageAttr =
new
();
575
using ImageAttributes imageAttr =
new
();
584
using ImageAttributes imageAttr =
new
();
597
using ImageAttributes imageAttr =
new
();
610
using ImageAttributes imageAttr =
new
();
620
ImageAttributes imageAttr =
new
();
631
using ImageAttributes imageAttr =
new
();
641
using ImageAttributes imageAttr =
new
();
653
ImageAttributes imageAttr =
new
();
663
using ImageAttributes imageAttr =
new
();
672
using ImageAttributes imageAttr =
new
();
687
using ImageAttributes imageAttr =
new
();
700
ImageAttributes imageAttr =
new
();
711
using ImageAttributes imageAttr =
new
();
720
using ImageAttributes imageAttr =
new
();
737
using ImageAttributes imageAttr =
new
();
754
using ImageAttributes imageAttr =
new
();
768
ImageAttributes imageAttr =
new
();
779
using ImageAttributes imageAttr =
new
();
788
using ImageAttributes imageAttr =
new
();
803
using ImageAttributes imageAttr =
new
();
818
using ImageAttributes imageAttr =
new
();
829
ImageAttributes imageAttr =
new
();
841
using ImageAttributes imageAttr =
new
();
851
using ImageAttributes imageAttr =
new
();
866
using ImageAttributes imageAttr =
new
();
878
ImageAttributes imageAttr =
new
();
889
using ImageAttributes imageAttr =
new
();
907
using ImageAttributes imageAttr =
new
();
933
using ImageAttributes imageAttr =
new
();
963
using ImageAttributes imageAttr =
new
();
974
ImageAttributes imageAttr =
new
();
985
using ImageAttributes imageAttr =
new
();
1002
using ImageAttributes imageAttr =
new
();
1012
using ImageAttributes imageAttr =
new
();
1027
using ImageAttributes imageAttr =
new
();
1039
ImageAttributes imageAttr =
new
();
1050
using ImageAttributes imageAttr =
new
();
1059
using ImageAttributes imageAttr =
new
();
1070
ImageAttributes imageAttr =
new
();
1082
using ImageAttributes imageAttr =
new
();
1090
using ImageAttributes imageAttr =
new
();
1098
using ImageAttributes imageAttr =
new
();
1107
using ImageAttributes imageAttr =
new
();
1116
using ImageAttributes imageAttr =
new
();
1125
using ImageAttributes imageAttr =
new
();
1141
using ImageAttributes imageAttr =
new
();
1154
ImageAttributes imageAttr =
new
();
1165
using ImageAttributes imageAttr =
new
();
1174
using ImageAttributes imageAttr =
new
();
1187
using ImageAttributes imageAttr =
new
();
1200
using ImageAttributes imageAttr =
new
();
1210
ImageAttributes imageAttr =
new
();
1221
using ImageAttributes imageAttr =
new
();
1228
using ImageAttributes imageAttr =
new
();
1235
using ImageAttributes imageAttr =
new
();
1242
using ImageAttributes imageAttr =
new
();
1251
using ImageAttributes imageAttr =
new
();
1265
using ImageAttributes imageAttr =
new
();
1276
ImageAttributes imageAttr =
new
();
1287
using ImageAttributes imageAttr =
new
();
1294
ImageAttributes imageAttr =
new
();
1305
ImageAttributes imageAttr =
new
();
1315
using ImageAttributes imageAttr =
new
();
1324
using ImageAttributes imageAttr =
new
();
System\Drawing\TextureBrushTests.cs (2)
187
yield return new object[] { ((Image)data[0]).Clone(), data[1], new
ImageAttributes
(), WrapMode.Clamp };
189
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)
1036
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)
1029
imgAttrib ??= new
ImageAttributes
();
System\Windows\Forms\Rendering\ControlPaint.cs (5)
503
using ImageAttributes imageAttrib =
new
();
1454
ImageAttributes attributes =
new
();
1559
using ImageAttributes attributes =
new
();
1578
using ImageAttributes attributes =
new
();
1625
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)
2756
using
ImageAttributes
ia = new();
System\Drawing\Imaging\ImageAttributesTests.cs (98)
64
ImageAttributes
imageAttr = new();
73
using
ImageAttributes
imageAttr = new();
76
using
ImageAttributes
clone = Assert.IsAssignableFrom<
ImageAttributes
>(imageAttr.Clone());
85
ImageAttributes
imageAttr = new();
97
using
ImageAttributes
imageAttr = new();
132
using
ImageAttributes
imageAttr = new();
150
using
ImageAttributes
imageAttr = new();
176
using
ImageAttributes
imageAttr = new();
207
using
ImageAttributes
imageAttr = new();
218
ImageAttributes
imageAttr = new();
230
using
ImageAttributes
imageAttr = new();
249
using
ImageAttributes
imageAttr = new();
266
using
ImageAttributes
imageAttr = new();
276
using
ImageAttributes
imageAttr = new();
303
using
ImageAttributes
imageAttr = new();
324
ImageAttributes
imageAttr = new();
335
using
ImageAttributes
imageAttr = new();
345
using
ImageAttributes
imageAttr = new();
368
using
ImageAttributes
imageAttr = new();
395
using
ImageAttributes
imageAttr = new();
424
using
ImageAttributes
imageAttr = new();
436
ImageAttributes
imageAttr = new();
448
using
ImageAttributes
imageAttr = new();
462
using
ImageAttributes
imageAttr = new();
474
using
ImageAttributes
imageAttr = new();
485
using
ImageAttributes
imageAttr = new();
498
using
ImageAttributes
imageAttr = new();
511
using
ImageAttributes
imageAttr = new();
521
ImageAttributes
imageAttr = new();
531
using
ImageAttributes
imageAttr = new();
540
using
ImageAttributes
imageAttr = new();
554
using
ImageAttributes
imageAttr = new();
565
ImageAttributes
imageAttr = new();
575
using
ImageAttributes
imageAttr = new();
584
using
ImageAttributes
imageAttr = new();
597
using
ImageAttributes
imageAttr = new();
610
using
ImageAttributes
imageAttr = new();
620
ImageAttributes
imageAttr = new();
631
using
ImageAttributes
imageAttr = new();
641
using
ImageAttributes
imageAttr = new();
653
ImageAttributes
imageAttr = new();
663
using
ImageAttributes
imageAttr = new();
672
using
ImageAttributes
imageAttr = new();
687
using
ImageAttributes
imageAttr = new();
700
ImageAttributes
imageAttr = new();
711
using
ImageAttributes
imageAttr = new();
720
using
ImageAttributes
imageAttr = new();
737
using
ImageAttributes
imageAttr = new();
754
using
ImageAttributes
imageAttr = new();
768
ImageAttributes
imageAttr = new();
779
using
ImageAttributes
imageAttr = new();
788
using
ImageAttributes
imageAttr = new();
803
using
ImageAttributes
imageAttr = new();
818
using
ImageAttributes
imageAttr = new();
829
ImageAttributes
imageAttr = new();
841
using
ImageAttributes
imageAttr = new();
851
using
ImageAttributes
imageAttr = new();
866
using
ImageAttributes
imageAttr = new();
878
ImageAttributes
imageAttr = new();
889
using
ImageAttributes
imageAttr = new();
907
using
ImageAttributes
imageAttr = new();
933
using
ImageAttributes
imageAttr = new();
963
using
ImageAttributes
imageAttr = new();
974
ImageAttributes
imageAttr = new();
985
using
ImageAttributes
imageAttr = new();
1002
using
ImageAttributes
imageAttr = new();
1012
using
ImageAttributes
imageAttr = new();
1027
using
ImageAttributes
imageAttr = new();
1039
ImageAttributes
imageAttr = new();
1050
using
ImageAttributes
imageAttr = new();
1059
using
ImageAttributes
imageAttr = new();
1070
ImageAttributes
imageAttr = new();
1082
using
ImageAttributes
imageAttr = new();
1090
using
ImageAttributes
imageAttr = new();
1098
using
ImageAttributes
imageAttr = new();
1107
using
ImageAttributes
imageAttr = new();
1116
using
ImageAttributes
imageAttr = new();
1125
using
ImageAttributes
imageAttr = new();
1141
using
ImageAttributes
imageAttr = new();
1154
ImageAttributes
imageAttr = new();
1165
using
ImageAttributes
imageAttr = new();
1174
using
ImageAttributes
imageAttr = new();
1187
using
ImageAttributes
imageAttr = new();
1200
using
ImageAttributes
imageAttr = new();
1210
ImageAttributes
imageAttr = new();
1221
using
ImageAttributes
imageAttr = new();
1228
using
ImageAttributes
imageAttr = new();
1235
using
ImageAttributes
imageAttr = new();
1242
using
ImageAttributes
imageAttr = new();
1251
using
ImageAttributes
imageAttr = new();
1265
using
ImageAttributes
imageAttr = new();
1276
ImageAttributes
imageAttr = new();
1287
using
ImageAttributes
imageAttr = new();
1294
ImageAttributes
imageAttr = new();
1305
ImageAttributes
imageAttr = new();
1315
using
ImageAttributes
imageAttr = new();
1324
using
ImageAttributes
imageAttr = new();
System\Drawing\TextureBrushTests.cs (3)
189
ImageAttributes
customWrapMode = new();
197
public void Ctor_Image_Rectangle_ImageAttributes(Image image, Rectangle rectangle,
ImageAttributes
attributes, WrapMode expectedWrapMode)
219
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)
1036
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)
1025
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
503
using
ImageAttributes
imageAttrib = new();
1454
ImageAttributes
attributes = new();
1559
using
ImageAttributes
attributes = new();
1578
using
ImageAttributes
attributes = new();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.EditorButton.cs (1)
130
using
ImageAttributes
attributes = new();