6 instantiations of CreateBitmapScope
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
334
using CreateBitmapScope hBitmap =
new
(8, 8, 1, 1, grayPattern);
System.Windows.Forms.Primitives.Tests (5)
System\Windows\Forms\DeviceContextScopeTests.cs (2)
20
using CreateBitmapScope bitmapScope =
new
(dcScope, 20, 20);
60
using CreateBitmapScope bitmapScope =
new
(dcScope, 20, 20);
Windows\Win32\RegionTests.cs (3)
17
using CreateBitmapScope hbitmap =
new
(hdc, 20, 20);
37
using CreateBitmapScope hbitmap =
new
(hdc, 20, 20);
51
using CreateBitmapScope hbitmap =
new
(hdc, 20, 20);
9 references to CreateBitmapScope
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)
334
using
CreateBitmapScope
hBitmap = new(8, 8, 1, 1, grayPattern);
System.Windows.Forms.Primitives.Tests (5)
System\Windows\Forms\DeviceContextScopeTests.cs (2)
20
using
CreateBitmapScope
bitmapScope = new(dcScope, 20, 20);
60
using
CreateBitmapScope
bitmapScope = new(dcScope, 20, 20);
Windows\Win32\RegionTests.cs (3)
17
using
CreateBitmapScope
hbitmap = new(hdc, 20, 20);
37
using
CreateBitmapScope
hbitmap = new(hdc, 20, 20);
51
using
CreateBitmapScope
hbitmap = new(hdc, 20, 20);