2 instantiations of CreateBitmapScope
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
206
using CreateBitmapScope hbm =
new
(hdc, 1, 1);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
362
using CreateBitmapScope hBitmap =
new
(8, 8, 1, 1, grayPattern);
5 references to CreateBitmapScope
System.Drawing.Common (1)
System\Drawing\BufferedGraphicsContext.cs (1)
206
using
CreateBitmapScope
hbm = new(hdc, 1, 1);
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\CreateBitmapScope.cs (3)
36
public static implicit operator HBITMAP(in
CreateBitmapScope
scope) => scope.HBITMAP;
37
public static implicit operator HGDIOBJ(in
CreateBitmapScope
scope) => scope.HBITMAP;
38
public static explicit operator nint(in
CreateBitmapScope
scope) => scope.HBITMAP;
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
362
using
CreateBitmapScope
hBitmap = new(8, 8, 1, 1, grayPattern);