28 references to WICImagingFactory
PresentationCore (28)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1163HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateDecoderFromFileHandle( 1179HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateDecoderFromStream(
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
577HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateEncoder(
System\Windows\Media\Imaging\BitmapMetadata.cs (2)
666hr = UnsafeNativeMethods.WICImagingFactory.CreateQueryWriter( 804hr = UnsafeNativeMethods.WICImagingFactory.CreateQueryWriterFromReader(
System\Windows\Media\Imaging\BitmapPalette.cs (1)
267HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreatePalette(
System\Windows\Media\Imaging\BitmapSource.cs (4)
872HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFormatConverter( 894HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 1215HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 1224HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource(
System\Windows\Media\Imaging\CachedBitmap.cs (2)
379HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 433HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromMemory(
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
118HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapClipper(
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
118HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFormatConverter(
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (2)
71HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFastMetadataEncoderFromFrameDecode( 99HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateFastMetadataEncoderFromDecoder(
System\Windows\Media\Imaging\InteropBitmapSource.cs (6)
59HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromHBITMAP( 92HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromHICON( 245HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFromSource( 370HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapClipper( 398HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapScaler( 414HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFlipRotator(
System\Windows\Media\Imaging\TransformedBitmap.cs (3)
198HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapScaler( 230HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFlipRotator( 250HRESULT.Check(UnsafeNativeMethods.WICImagingFactory.CreateBitmapFlipRotator(
System\Windows\Media\PixelFormat.cs (1)
577int hr = UnsafeNativeMethods.WICImagingFactory.CreateComponentInfo(
System\Windows\Media\StreamAsIStream.cs (2)
655if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 677if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream)))