6 references to BitmapSourceSafeMILHandle
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
583BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 737BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
585BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 701_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (1)
571_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject(
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (1)
49: this(handle)