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