2 instantiations of Blend
System.Drawing.Common (2)
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
170Blend blend = new(count);
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
217Blend 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)
151public Blend? Blend 170Blend blend = new(count);
System\Drawing\Drawing2D\PathGradientBrush.cs (2)
198public Blend Blend 217Blend blend = new(factors.Length)