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