9 references to HatchStyle
System.Drawing.Common (2)
System\Drawing\Drawing2D\HatchBrush.cs (2)
21PInvokeGdiPlus.GdipCreateHatchBrush((GdiPlus.HatchStyle)hatchstyle, (ARGB)foreColor, (ARGB)backColor, &nativeBrush).ThrowIfFailed(); 43GdiPlus.HatchStyle hatchStyle;
System.Private.Windows.GdiPlus (7)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (7)
1134 /// <inheritdoc cref="GdipCreateHatchBrush(winmdroot.Graphics.GdiPlus.HatchStyle, uint, uint, winmdroot.Graphics.GdiPlus.GpHatch**)"/> 1135 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateHatchBrush(winmdroot.Graphics.GdiPlus.HatchStyle hatchstyle, uint forecol, uint backcol, ref winmdroot.Graphics.GdiPlus.GpHatch* brush) 1145 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipCreateHatchBrush(winmdroot.Graphics.GdiPlus.HatchStyle hatchstyle, uint forecol, uint backcol, winmdroot.Graphics.GdiPlus.GpHatch** brush); 3603 /// <inheritdoc cref="GdipGetHatchStyle(winmdroot.Graphics.GdiPlus.GpHatch*, winmdroot.Graphics.GdiPlus.HatchStyle*)"/> 3604 internal static unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchStyle(ref winmdroot.Graphics.GdiPlus.GpHatch brush, ref winmdroot.Graphics.GdiPlus.HatchStyle hatchstyle) 3606 fixed (winmdroot.Graphics.GdiPlus.HatchStyle* hatchstyleLocal = &hatchstyle) 3617 internal static extern unsafe winmdroot.Graphics.GdiPlus.Status GdipGetHatchStyle(winmdroot.Graphics.GdiPlus.GpHatch* brush, winmdroot.Graphics.GdiPlus.HatchStyle* hatchstyle);