7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
607BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 761BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
609BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 725_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
586_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject( 604_wicSource = new BitmapSourceSafeMILHandle(wicSource, value); 923_convertedDUCEPtr = new BitmapSourceSafeMILHandle(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
207BitmapSourceSafeMILHandle /* IWICBitmapSource */ pBitmapSource, 783BitmapSourceSafeMILHandle pBitmapSource
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_exports.cs (2)
26out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 177out BitmapSourceSafeMILHandle /* IWICBitmap */ pBackBuffer,
System\Windows\InterOp\D3DImage.cs (1)
534BitmapSourceSafeMILHandle pIWICBitmapSource;
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
607BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 761BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
609BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 736private BitmapSourceSafeMILHandle _frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
578internal BitmapSourceSafeMILHandle WicSourceHandle 787internal virtual BitmapSourceSafeMILHandle DUCECompatiblePtr 791BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 792BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null; 854BitmapSourceSafeMILHandle pIWicConverter = null; 1080internal static BitmapSourceSafeMILHandle CreateCachedBitmap( 1082BitmapSourceSafeMILHandle wicSource, 1088BitmapSourceSafeMILHandle wicConverter = null; 1089BitmapSourceSafeMILHandle wicConvertedSource = null; 1576internal BitmapSourceSafeMILHandle _wicSource = null; 1578internal BitmapSourceSafeMILHandle _convertedDUCEPtr;
System\Windows\Media\Imaging\CachedBitmap.cs (3)
84internal CachedBitmap(BitmapSourceSafeMILHandle bitmap) : base(true) 373BitmapSourceSafeMILHandle bitmapSource = null; 426BitmapSourceSafeMILHandle wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
109BitmapSourceSafeMILHandle wicConverter = null;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
101BitmapSourceSafeMILHandle wicClipper = null;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
110BitmapSourceSafeMILHandle wicFormatter = null;
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
60static internal InPlaceBitmapMetadataWriter CreateFromFrameDecode(BitmapSourceSafeMILHandle frameHandle, object syncObject)
System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
239BitmapSourceSafeMILHandle bitmapSource = null; 358BitmapSourceSafeMILHandle wicClipper = null; 359BitmapSourceSafeMILHandle wicTransformer = null; 360BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 444private BitmapSourceSafeMILHandle /* IWICBitmapSource */ _unmanagedSource = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
126BitmapSourceSafeMILHandle newBitmapHandle = BitmapSource.CreateCachedBitmap( 270BitmapSourceSafeMILHandle bitmapSource = null;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
178BitmapSourceSafeMILHandle wicTransformer = null; 228BitmapSourceSafeMILHandle rotator = null;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
34public UnmanagedBitmapWrapper(BitmapSourceSafeMILHandle bitmapSource) :
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1423private BitmapSourceSafeMILHandle _pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
218BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICBitmapSource, 219out BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap); 576out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 729out BitmapSourceSafeMILHandle /* IWICFormatConverter */ ppFormatConverter); 734out BitmapSourceSafeMILHandle /* IWICBitmapScaler */ ppBitmapScaler); 739out BitmapSourceSafeMILHandle /* IWICBitmapClipper */ ppBitmapClipper); 744out BitmapSourceSafeMILHandle /* IWICBitmapFlipRotator */ ppBitmapFlipRotator); 763out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 774out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 783out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 791out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 797out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 808BitmapSourceSafeMILHandle /* IWICBitmapFrameDecode */ pIFrameDecode, 1032out BitmapSourceSafeMILHandle /* IWICBitmapSource* */ ppIDst); 1055out BitmapSourceSafeMILHandle /* IWICColorTransform */ ppWICColorTransform); 1129BitmapSourceSafeMILHandle /* IWICBitmap */ pIBitmap, 1166internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out BitmapSourceSafeMILHandle pIWICBitmapSource);