7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
589BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 743BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
594BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 710_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
571_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject( 589_wicSource = new BitmapSourceSafeMILHandle(wicSource, value); 908_convertedDUCEPtr = new BitmapSourceSafeMILHandle(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
55 references to BitmapSourceSafeMILHandle
PresentationCore (55)
src\Microsoft.DotNet.Wpf\src\Common\Graphics\exports.cs (2)
190BitmapSourceSafeMILHandle /* IWICBitmapSource */ pBitmapSource, 766BitmapSourceSafeMILHandle pBitmapSource
src\Microsoft.DotNet.Wpf\src\Common\Graphics\wgx_exports.cs (2)
20out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 171out BitmapSourceSafeMILHandle /* IWICBitmap */ pBackBuffer,
System\Windows\InterOp\D3DImage.cs (1)
522BitmapSourceSafeMILHandle pIWICBitmapSource;
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
589BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 743BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
594BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 721private BitmapSourceSafeMILHandle _frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
563internal BitmapSourceSafeMILHandle WicSourceHandle 772internal virtual BitmapSourceSafeMILHandle DUCECompatiblePtr 776BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 777BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null; 839BitmapSourceSafeMILHandle pIWicConverter = null; 1065internal static BitmapSourceSafeMILHandle CreateCachedBitmap( 1067BitmapSourceSafeMILHandle wicSource, 1073BitmapSourceSafeMILHandle wicConverter = null; 1074BitmapSourceSafeMILHandle wicConvertedSource = null; 1561internal BitmapSourceSafeMILHandle _wicSource = null; 1563internal BitmapSourceSafeMILHandle _convertedDUCEPtr;
System\Windows\Media\Imaging\CachedBitmap.cs (3)
63internal CachedBitmap(BitmapSourceSafeMILHandle bitmap) : base(true) 352BitmapSourceSafeMILHandle bitmapSource = null; 405BitmapSourceSafeMILHandle wicBitmap;
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
90BitmapSourceSafeMILHandle wicConverter = null;
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
82BitmapSourceSafeMILHandle wicClipper = null;
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
91BitmapSourceSafeMILHandle wicFormatter = null;
System\Windows\Media\Imaging\InplaceBitmapMetadataWriter.cs (1)
45static internal InPlaceBitmapMetadataWriter CreateFromFrameDecode(BitmapSourceSafeMILHandle frameHandle, object syncObject)
System\Windows\Media\Imaging\InteropBitmapSource.cs (5)
225BitmapSourceSafeMILHandle bitmapSource = null; 344BitmapSourceSafeMILHandle wicClipper = null; 345BitmapSourceSafeMILHandle wicTransformer = null; 346BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 430private BitmapSourceSafeMILHandle /* IWICBitmapSource */ _unmanagedSource = null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
107BitmapSourceSafeMILHandle newBitmapHandle = BitmapSource.CreateCachedBitmap( 251BitmapSourceSafeMILHandle bitmapSource = null;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
159BitmapSourceSafeMILHandle wicTransformer = null; 209BitmapSourceSafeMILHandle rotator = null;
System\Windows\Media\Imaging\UnmanagedBitmapWrapper.cs (1)
12public UnmanagedBitmapWrapper(BitmapSourceSafeMILHandle bitmapSource) :
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
1406private BitmapSourceSafeMILHandle _pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
206BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICBitmapSource, 207out BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap); 564out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 717out BitmapSourceSafeMILHandle /* IWICFormatConverter */ ppFormatConverter); 722out BitmapSourceSafeMILHandle /* IWICBitmapScaler */ ppBitmapScaler); 727out BitmapSourceSafeMILHandle /* IWICBitmapClipper */ ppBitmapClipper); 732out BitmapSourceSafeMILHandle /* IWICBitmapFlipRotator */ ppBitmapFlipRotator); 751out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 762out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 771out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 779out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 785out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 796BitmapSourceSafeMILHandle /* IWICBitmapFrameDecode */ pIFrameDecode, 1020out BitmapSourceSafeMILHandle /* IWICBitmapSource* */ ppIDst); 1043out BitmapSourceSafeMILHandle /* IWICColorTransform */ ppWICColorTransform); 1117BitmapSourceSafeMILHandle /* IWICBitmap */ pIBitmap, 1154internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out BitmapSourceSafeMILHandle pIWICBitmapSource);