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