5 references to Imaging
PresentationCore (3)
Core\CSharp\System\Windows\DataObject.cs (3)
2083
bitmapSource =
Imaging
.CreateBitmapSourceFromHBitmap(
2536
bitmapData =
Imaging
.CreateBitmapSourceFromHBitmap(
3722
return
Imaging
.CreateBitmapSourceFromHBitmap(
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
952
System.Windows.Media.Imaging.BitmapSource bitmapSource =
Imaging
.CriticalCreateBitmapSourceFromHBitmap(hBitmap.Handle, IntPtr.Zero, Int32Rect.Empty, null, WICBitmapAlphaChannelOption.WICBitmapIgnoreAlpha);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxItemImageConverter.cs (1)
32
return
Imaging
.CreateBitmapSourceFromHBitmap(hBitmap, IntPtr.Zero, Int32Rect.Empty, sizeOptions);