7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
584BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 738BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
586BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 702_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (3)
572_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject( 590_wicSource = new BitmapSourceSafeMILHandle(wicSource, value); 878_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)
584BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 738BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
586BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 713private BitmapSourceSafeMILHandle _frameSource = null;
System\Windows\Media\Imaging\BitmapSource.cs (11)
564internal BitmapSourceSafeMILHandle WicSourceHandle 743internal virtual BitmapSourceSafeMILHandle DUCECompatiblePtr 747BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICSource = WicSourceHandle; 748BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap = null; 810BitmapSourceSafeMILHandle pIWicConverter = null; 1035internal static BitmapSourceSafeMILHandle CreateCachedBitmap( 1037BitmapSourceSafeMILHandle wicSource, 1043BitmapSourceSafeMILHandle wicConverter = null; 1044BitmapSourceSafeMILHandle wicConvertedSource = null; 1531internal BitmapSourceSafeMILHandle _wicSource = null; 1533internal 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)
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)
1394private BitmapSourceSafeMILHandle _pBackBuffer; // IWICBitmap
System\Windows\Media\UnsafeNativeMethodsMilCoreApi.cs (17)
204BitmapSourceSafeMILHandle /* IWICBitmapSource */ pIWICBitmapSource, 205out BitmapSourceSafeMILHandle /* CWICWrapperBitmap as IWICBitmapSource */ pCWICWrapperBitmap); 562out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 715out BitmapSourceSafeMILHandle /* IWICFormatConverter */ ppFormatConverter); 720out BitmapSourceSafeMILHandle /* IWICBitmapScaler */ ppBitmapScaler); 725out BitmapSourceSafeMILHandle /* IWICBitmapClipper */ ppBitmapClipper); 730out BitmapSourceSafeMILHandle /* IWICBitmapFlipRotator */ ppBitmapFlipRotator); 749out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 760out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 769out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 777out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 783out BitmapSourceSafeMILHandle /* IWICBitmap */ ppIBitmap); 794BitmapSourceSafeMILHandle /* IWICBitmapFrameDecode */ pIFrameDecode, 1018out BitmapSourceSafeMILHandle /* IWICBitmapSource* */ ppIDst); 1041out BitmapSourceSafeMILHandle /* IWICColorTransform */ ppWICColorTransform); 1115BitmapSourceSafeMILHandle /* IWICBitmap */ pIBitmap, 1152internal static extern int GetAsSoftwareBitmap(SafeMILHandle pInteropDeviceBitmap, out BitmapSourceSafeMILHandle pIWICBitmapSource);