5 references to Imaging
PresentationCore (3)
Core\CSharp\System\Windows\DataObject.cs (3)
2083bitmapSource = Imaging.CreateBitmapSourceFromHBitmap( 2536bitmapData = Imaging.CreateBitmapSourceFromHBitmap( 3722return Imaging.CreateBitmapSourceFromHBitmap(
PresentationFramework (1)
src\Framework\System\Windows\Interop\HwndHost.cs (1)
952System.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)
32return Imaging.CreateBitmapSourceFromHBitmap(hBitmap, IntPtr.Zero, Int32Rect.Empty, sizeOptions);