9 instantiations of PathGradientBrush
System.Drawing.Common (8)
System\Drawing\Drawing2D\PathGradientBrush.cs (7)
19
/// <inheritdoc cref="
PathGradientBrush
(PointF[])"/>
29
/// <inheritdoc cref="
PathGradientBrush
(PointF[], WrapMode)"/>
56
/// <inheritdoc cref="
PathGradientBrush
(PointF[])"/>
59
/// <inheritdoc cref="
PathGradientBrush
(PointF[])"/>
67
/// <inheritdoc cref="
PathGradientBrush
(PointF[], WrapMode)"/>
70
/// <inheritdoc cref="
PathGradientBrush
(PointF[], WrapMode)"/>
118
return new
PathGradientBrush
((GpPathGradient*)clonedBrush);
System\Drawing\Pen.cs (1)
613
brush = new
PathGradientBrush
((GpPathGradient*)GetNativeBrush());
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
206
using (PathGradientBrush bowlBrush =
new
(bowlPath))
4 references to PathGradientBrush
System.Drawing (1)
System.Drawing.cs (1)
46
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
PathGradientBrush
))]
System.Drawing.Common (2)
System\Drawing\Drawing2D\PathGradientBrush.cs (2)
14
/// Initializes a new instance of the <see cref="
PathGradientBrush
"/> class with the specified points.
24
/// Initializes a new instance of the <see cref="
PathGradientBrush
"/> class with the specified points and
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
206
using (
PathGradientBrush
bowlBrush = new(bowlPath))