3 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;