11 references to WICBitmapSource
PresentationCore (11)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
587
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
741
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
589
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
System\Windows\Media\Imaging\BitmapPalette.cs (1)
161
int hr = UnsafeNativeMethods.
WICBitmapSource
.CopyPalette(
System\Windows\Media\Imaging\BitmapSource.cs (4)
612
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.GetSize(
617
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.GetResolution(
705
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.CopyPixels(
787
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.CopyPixels(
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (2)
100
hr = UnsafeNativeMethods.
WICBitmapSource
.GetSize(
109
hr = UnsafeNativeMethods.
WICBitmapSource
.GetPixelFormat(bitmapSourceSafeHandle, out guidFormat);
System\Windows\Media\PixelFormat.cs (1)
507
HRESULT.Check(UnsafeNativeMethods.
WICBitmapSource
.GetPixelFormat(bitmapSource, out guidPixelFormat));