4 writes to _convertedDUCEPtr
PresentationCore (4)
System\Windows\Media\Imaging\BitmapImage.cs (1)
309
_convertedDUCEPtr
= bitmapImage._convertedDUCEPtr;
System\Windows\Media\Imaging\BitmapSource.cs (2)
877
_convertedDUCEPtr
= new BitmapSourceSafeMILHandle(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
927
_convertedDUCEPtr
= null;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
217
_convertedDUCEPtr
= null;
5 references to _convertedDUCEPtr
PresentationCore (5)
System\Windows\Media\Imaging\BitmapImage.cs (1)
309
_convertedDUCEPtr = bitmapImage.
_convertedDUCEPtr
;
System\Windows\Media\Imaging\BitmapSource.cs (3)
750
if (
_convertedDUCEPtr
!= null && !
_convertedDUCEPtr
.IsInvalid)
880
return
_convertedDUCEPtr
;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
216
_convertedDUCEPtr
?.Close();