2 references to CreateCompatibleBitmap
PresentationCore (1)
System\Windows\Ole\WpfOleServices.cs (1)
66return hbitmap.IsNull ? HBITMAP.Null : hbitmap.CreateCompatibleBitmap(width, height);
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
51pmedium->u.hBitmap = bitmap.GetHBITMAP().CreateCompatibleBitmap(bitmap.Width, bitmap.Height);