11 references to WICBitmapSource
PresentationCore (11)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
588
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
742
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
590
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
System\Windows\Media\Imaging\BitmapPalette.cs (1)
162
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
System\Windows\Media\Imaging\BitmapSource.cs (4)
613
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.GetSize(
618
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.GetResolution(
706
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.CopyPixels(
788
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.CopyPixels(
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (2)
101
hr = UnsafeNativeMethods.
WICBitmapSource
.GetSize(
110
hr = UnsafeNativeMethods.
WICBitmapSource
.GetPixelFormat(bitmapSourceSafeHandle, out guidFormat);
System\Windows\Media\PixelFormat.cs (1)
508
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.GetPixelFormat(bitmapSource, out guidPixelFormat));