11 references to WICBitmapSource
PresentationCore (11)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
593int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette( 747int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
598int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette(
System\Windows\Media\Imaging\BitmapPalette.cs (1)
161int hr = UnsafeNativeMethods.WICBitmapSource.CopyPalette(
System\Windows\Media\Imaging\BitmapSource.cs (4)
612HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetSize( 617HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetResolution( 735HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.CopyPixels( 817HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.CopyPixels(
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (2)
101hr = UnsafeNativeMethods.WICBitmapSource.GetSize( 110hr = UnsafeNativeMethods.WICBitmapSource.GetPixelFormat(bitmapSourceSafeHandle, out guidFormat);
System\Windows\Media\PixelFormat.cs (1)
675HRESULT.Check(UnsafeNativeMethods.WICBitmapSource.GetPixelFormat(bitmapSource, out guidPixelFormat));