6 references to BitmapSourceSafeMILHandle
PresentationCore (6)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
607BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 761BitmapSourceSafeMILHandle previewHandle = new BitmapSourceSafeMILHandle(preview);
System\Windows\Media\Imaging\BitmapFrameDecode.cs (2)
609BitmapSourceSafeMILHandle thumbHandle = new BitmapSourceSafeMILHandle(thumbnail); 725_frameSource = new BitmapSourceSafeMILHandle(frameDecode);
System\Windows\Media\Imaging\BitmapSource.cs (1)
586_wicSource = new BitmapSourceSafeMILHandle(Marshal.GetComInterfaceForObject(
System\Windows\Media\Imaging\BitmapSourceSafeMILHandle.cs (1)
54: this(handle)