7 references to GdipCloneBrush
System.Drawing.Common (5)
System\Drawing\Drawing2D\HatchBrush.cs (1)
34
PInvokeGdiPlus.
GdipCloneBrush
(NativeBrush, &clonedBrush).ThrowIfFailed();
System\Drawing\Drawing2D\LinearGradientBrush.cs (1)
98
PInvokeGdiPlus.
GdipCloneBrush
(NativeBrush, &clonedBrush).ThrowIfFailed();
System\Drawing\Drawing2D\PathGradientBrush.cs (1)
116
PInvokeGdiPlus.
GdipCloneBrush
(NativeBrush, &clonedBrush).ThrowIfFailed();
System\Drawing\SolidBrush.cs (1)
39
PInvokeGdiPlus.
GdipCloneBrush
(NativeBrush, &clonedBrush).ThrowIfFailed();
System\Drawing\TextureBrush.cs (1)
97
PInvokeGdiPlus.
GdipCloneBrush
(NativeBrush, &cloneBrush).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
568
/// <inheritdoc cref="
GdipCloneBrush
(winmdroot.Graphics.GdiPlus.GpBrush*, winmdroot.Graphics.GdiPlus.GpBrush**)"/>
575
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipCloneBrush
(brushLocal, cloneBrushLocal);