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