2 instantiations of Blend
System.Drawing.Common (2)
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
170
Blend blend =
new
(count);
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
217
Blend blend =
new
(factors.Length)
5 references to Blend
System.Drawing (1)
System.Drawing.cs (1)
21
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
Blend
))]
System.Drawing.Common (4)
System\Drawing\Drawing2D\LinearGradientBrush.cs (2)
151
public
Blend
? Blend
170
Blend
blend = new(count);
System\Drawing\Drawing2D\PathGradientBrush.cs (2)
198
public
Blend
Blend
217
Blend
blend = new(factors.Length)