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