7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
583BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 737BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
585BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 701_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
571_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject( 589_wicSource = new BitmapSourceSafeMILHandle(wicSource, value); 877_convertedDUCEPtr = new BitmapSourceSafeMILHandle(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
189BitmapSourceSafeMILHandle /* IWICBitmapSource */ pBitmapSource, 765BitmapSourceSafeMILHandle pBitmapSource
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_exports.cs (2)
19out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 170out BitmapSourceSafeMILHandle /* IWICBitmap */ pBackBuffer,
System\Windows\InterOp\D3DImage.cs (1)
521BitmapSourceSafeMILHandle pIWICBitmapSource;
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
583BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 737BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
585BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 712private BitmapSourceSafeMILHandle _frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
563internal BitmapSourceSafeMILHandle WicSourceHandle 742internal virtual BitmapSourceSafeMILHandle DUCECompatiblePtr 746BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 747BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null; 809BitmapSourceSafeMILHandle pIWicConverter = null; 1034internal static BitmapSourceSafeMILHandle CreateCachedBitmap( 1036BitmapSourceSafeMILHandle wicSource, 1042BitmapSourceSafeMILHandle wicConverter = null; 1043BitmapSourceSafeMILHandle wicConvertedSource = null; 1530internal BitmapSourceSafeMILHandle _wicSource = null; 1532internal BitmapSourceSafeMILHandle _convertedDUCEPtr;
System\Windows\Media\Imaging\CachedBitmap.cs (3)
63internal CachedBitmap(BitmapSourceSafeMILHandle bitmap) : base(true) 305BitmapSourceSafeMILHandle bitmapSource = null; 358BitmapSourceSafeMILHandle wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
89BitmapSourceSafeMILHandle wicConverter = null;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
81BitmapSourceSafeMILHandle wicClipper = null;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
90BitmapSourceSafeMILHandle wicFormatter = null;
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
44internal static InPlaceBitmapMetadataWriter CreateFromFrameDecode(BitmapSourceSafeMILHandle frameHandle, object syncObject)
System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
220BitmapSourceSafeMILHandle bitmapSource = null; 339BitmapSourceSafeMILHandle wicClipper = null; 340BitmapSourceSafeMILHandle wicTransformer = null; 341BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 425private BitmapSourceSafeMILHandle /* IWICBitmapSource */ _unmanagedSource = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
106BitmapSourceSafeMILHandle newBitmapHandle = BitmapSource.CreateCachedBitmap( 250BitmapSourceSafeMILHandle bitmapSource = null;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
158BitmapSourceSafeMILHandle wicTransformer = null; 208BitmapSourceSafeMILHandle rotator = null;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
11public UnmanagedBitmapWrapper(BitmapSourceSafeMILHandle bitmapSource) :
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1387private BitmapSourceSafeMILHandle _pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
203BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICBitmapSource, 204out BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap); 561out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 714out BitmapSourceSafeMILHandle /* IWICFormatConverter */ ppFormatConverter); 719out BitmapSourceSafeMILHandle /* IWICBitmapScaler */ ppBitmapScaler); 724out BitmapSourceSafeMILHandle /* IWICBitmapClipper */ ppBitmapClipper); 729out BitmapSourceSafeMILHandle /* IWICBitmapFlipRotator */ ppBitmapFlipRotator); 748out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 759out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 768out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 776out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 782out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 793BitmapSourceSafeMILHandle /* IWICBitmapFrameDecode */ pIFrameDecode, 1017out BitmapSourceSafeMILHandle /* IWICBitmapSource* */ ppIDst); 1040out BitmapSourceSafeMILHandle /* IWICColorTransform */ ppWICColorTransform); 1114BitmapSourceSafeMILHandle /* IWICBitmap */ pIBitmap, 1151internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out BitmapSourceSafeMILHandle pIWICBitmapSource);