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)
627HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetSize( 632HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetResolution( 750HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.CopyPixels( 832HRESULT.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)
689HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetPixelFormat(bitmapSource, out guidPixelFormat));