28 references to WICImagingFactory
PresentationCore (28)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1145HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateDecoderFromFileHandle( 1161HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateDecoderFromStream(
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
561HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateEncoder(
System\Windows\Media\Imaging\BitmapMetadata.cs (2)
655hr = UnsafeNativeMethods.WICImagingFactory.CreateQueryWriter( 793hr = UnsafeNativeMethods.WICImagingFactory.CreateQueryWriterFromReader(
System\Windows\Media\Imaging\BitmapPalette.cs (1)
250HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreatePalette(
System\Windows\Media\Imaging\BitmapSource.cs (4)
855HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFormatConverter( 877HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 1198HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 1207HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource(
System\Windows\Media\Imaging\CachedBitmap.cs (2)
358HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 412HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromMemory(
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
99HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapClipper(
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
99HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFormatConverter(
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (2)
56HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFastMetadataEncoderFromFrameDecode( 84HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFastMetadataEncoderFromDecoder(
System\Windows\Media\Imaging\InteropBitmapSource.cs (6)
45HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromHBITMAP( 78HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromHICON( 231HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 356HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapClipper( 384HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapScaler( 400HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFlipRotator(
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
179HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapScaler( 211HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFlipRotator( 231HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFlipRotator(
System\Windows\Media\PixelFormat.cs (1)
564int hr = UnsafeNativeMethods.WICImagingFactory.CreateComponentInfo(
System\Windows\Media\StreamAsIStream.cs (2)
644if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 666if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream)))