2 references to GetHBITMAP
System.Drawing.Common (1)
System\Drawing\Bitmap.cs (1)
163return this.GetHBITMAP(background);
System.Private.Windows.GdiPlus (1)
Windows\Win32\Graphics\GdiPlus\GpBitmapExtensions.cs (1)
37public static HBITMAP GetHBITMAP(this IPointer<GpBitmap> bitmap) => bitmap.GetHBITMAP(DrawingColor.LightGray);