2 writes to hBitmap
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
36
pmedium->u.
hBitmap
= GetCompatibleBitmap(data);
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
51
pmedium->u.
hBitmap
= bitmap.GetHBITMAP().CreateCompatibleBitmap(bitmap.Width, bitmap.Height);