3 references to GdipGetHatchForegroundColor
System.Drawing.Common (1)
System\Drawing\Drawing2D\HatchBrush.cs (1)
55
PInvokeGdiPlus.
GdipGetHatchForegroundColor
((GpHatch*)NativeBrush, (uint*)&foregroundArgb).ThrowIfFailed();
System.Private.Windows.GdiPlus (2)
Windows.Win32.PInvokeGdiPlus.gdiplus.dll.g.cs (2)
3587
/// <inheritdoc cref="
GdipGetHatchForegroundColor
(winmdroot.Graphics.GdiPlus.GpHatch*, uint*)"/>
3594
winmdroot.Graphics.GdiPlus.Status __result = PInvokeGdiPlus.
GdipGetHatchForegroundColor
(brushLocal, forecolLocal);