4 references to new
System.Drawing.Common (3)
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
225
using ArgbBuffer colors =
new
(count);
System\Drawing\Drawing2D\PathGradientBrush.cs (2)
144
using ArgbBuffer buffer =
new
(count);
274
using ArgbBuffer colors =
new
(count);
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (1)
30
public ArgbBuffer(Span<Color> colors) :
this
(colors.Length)