6 references to BitmapSourceSafeMILHandle
PresentationCore (6)
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 (1)
635_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject(
Core\CSharp\System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (1)
73: this(handle)