7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
668BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 843BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
659BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 785_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
635_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject( 654_wicSource = new BitmapSourceSafeMILHandle(wicSource, value); 1010_convertedDUCEPtr = new BitmapSourceSafeMILHandle(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
585BitmapSourceSafeMILHandle pIWICBitmapSource;
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
668BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 843BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
659BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 796private BitmapSourceSafeMILHandle _frameSource = null;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (11)
626internal BitmapSourceSafeMILHandle WicSourceHandle 873internal virtual BitmapSourceSafeMILHandle DUCECompatiblePtr 878BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 879BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null; 941BitmapSourceSafeMILHandle pIWicConverter = null; 1181internal static BitmapSourceSafeMILHandle CreateCachedBitmap( 1183BitmapSourceSafeMILHandle wicSource, 1189BitmapSourceSafeMILHandle wicConverter = null; 1190BitmapSourceSafeMILHandle wicConvertedSource = null; 1687internal BitmapSourceSafeMILHandle _wicSource = null; 1693internal BitmapSourceSafeMILHandle _convertedDUCEPtr;
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (3)
98internal CachedBitmap(BitmapSourceSafeMILHandle bitmap) : base(true) 439BitmapSourceSafeMILHandle bitmapSource = null; 496BitmapSourceSafeMILHandle wicBitmap;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
130BitmapSourceSafeMILHandle wicConverter = null;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (1)
116BitmapSourceSafeMILHandle wicClipper = null;
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
125BitmapSourceSafeMILHandle wicFormatter = null;
Core\CSharp\System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
71static internal InPlaceBitmapMetadataWriter CreateFromFrameDecode(BitmapSourceSafeMILHandle frameHandle, object syncObject)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
304BitmapSourceSafeMILHandle bitmapSource = null; 438BitmapSourceSafeMILHandle wicClipper = null; 439BitmapSourceSafeMILHandle wicTransformer = null; 440BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 528private BitmapSourceSafeMILHandle /* IWICBitmapSource */ _unmanagedSource = null;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
146BitmapSourceSafeMILHandle newBitmapHandle = BitmapSource.CreateCachedBitmap( 308BitmapSourceSafeMILHandle bitmapSource = null;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (2)
193BitmapSourceSafeMILHandle wicTransformer = null; 243BitmapSourceSafeMILHandle rotator = null;
Core\CSharp\System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
41public UnmanagedBitmapWrapper(BitmapSourceSafeMILHandle bitmapSource) :
Core\CSharp\System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1655private BitmapSourceSafeMILHandle _pBackBuffer; // IWICBitmap
Core\CSharp\System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
294BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICBitmapSource, 295out BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap); 813out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 1073out BitmapSourceSafeMILHandle /* IWICFormatConverter */ ppFormatConverter); 1081out BitmapSourceSafeMILHandle /* IWICBitmapScaler */ ppBitmapScaler); 1089out BitmapSourceSafeMILHandle /* IWICBitmapClipper */ ppBitmapClipper); 1097out BitmapSourceSafeMILHandle /* IWICBitmapFlipRotator */ ppBitmapFlipRotator); 1125out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 1139out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 1151out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 1162out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 1171out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 1188BitmapSourceSafeMILHandle /* IWICBitmapFrameDecode */ pIFrameDecode, 1487out BitmapSourceSafeMILHandle /* IWICBitmapSource* */ ppIDst); 1519out BitmapSourceSafeMILHandle /* IWICColorTransform */ ppWICColorTransform); 1602BitmapSourceSafeMILHandle /* IWICBitmap */ pIBitmap, 1640internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out BitmapSourceSafeMILHandle pIWICBitmapSource);
Graphics\include\exports.cs (2)
231BitmapSourceSafeMILHandle /* IWICBitmapSource */ pBitmapSource, 908BitmapSourceSafeMILHandle pBitmapSource
Graphics\include\wgx_exports.cs (2)
34out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 193out BitmapSourceSafeMILHandle /* IWICBitmap */ pBackBuffer,