7 instantiations of BitmapSourceSafeMILHandle
PresentationCore (7)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
587BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 741BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
589BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 705_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)
587BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 741BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
589BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 716private 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) 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)
1406private 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);