5 references to WICBitmapAlphaChannelOption
PresentationCore (4)
System\Windows\InterOp\Imaging.cs (2)
34
return CriticalCreateBitmapSourceFromHBitmap(bitmap, palette, sourceRect, sizeOptions,
WICBitmapAlphaChannelOption
.WICBitmapUseAlpha);
50
WICBitmapAlphaChannelOption
alphaOptions)
System\Windows\Media\Imaging\InteropBitmapSource.cs (1)
33
internal InteropBitmap(IntPtr hbitmap, IntPtr hpalette, Int32Rect sourceRect, BitmapSizeOptions sizeOptions,
WICBitmapAlphaChannelOption
alphaOptions)
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (1)
775
WICBitmapAlphaChannelOption
options,
PresentationFramework (1)
System\Windows\Interop\HwndHost.cs (1)
781
System.Windows.Media.Imaging.BitmapSource bitmapSource = Imaging.CriticalCreateBitmapSourceFromHBitmap(hBitmap.Handle, IntPtr.Zero, Int32Rect.Empty, null,
WICBitmapAlphaChannelOption
.WICBitmapIgnoreAlpha);