2 instantiations of SelectObjectScope
Microsoft.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\HBITMAP.cs (2)
25
using SelectObjectScope sourceBitmapSelection =
new
(sourceDC, this);
32
using SelectObjectScope destinationBitmapSelection =
new
(destinationDC, compatibleBitmap);
2 references to SelectObjectScope
Microsoft.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\HBITMAP.cs (2)
25
using
SelectObjectScope
sourceBitmapSelection = new(sourceDC, this);
32
using
SelectObjectScope
destinationBitmapSelection = new(destinationDC, compatibleBitmap);