11 references to WICBitmapSource
PresentationCore (11)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
611int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette( 765int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
613int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette(
System\Windows\Media\Imaging\BitmapPalette.cs (1)
178int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette(
System\Windows\Media\Imaging\BitmapSource.cs (4)
628HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetSize( 633HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetResolution( 752HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.CopyPixels( 834HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.CopyPixels(
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (2)
105hr = UnsafeNativeMethods.WICBitmapSource.GetSize( 114hr = UnsafeNativeMethods.WICBitmapSource.GetPixelFormat(bitmapSourceSafeHandle, out guidFormat);
System\Windows\Media\PixelFormat.cs (1)
688HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetPixelFormat(bitmapSource, out guidPixelFormat));