4 writes to _convertedDUCEPtr
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
340
_convertedDUCEPtr
= bitmapImage._convertedDUCEPtr;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
1010
_convertedDUCEPtr
= new BitmapSourceSafeMILHandle(pCWICWrapperBitmap.DangerousGetHandle(), pIWICSource);
1065
_convertedDUCEPtr
= null;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
274
_convertedDUCEPtr
= null;
6 references to _convertedDUCEPtr
PresentationCore (6)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
340
_convertedDUCEPtr = bitmapImage.
_convertedDUCEPtr
;
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (3)
882
if (
_convertedDUCEPtr
!= null && !
_convertedDUCEPtr
.IsInvalid)
1013
return
_convertedDUCEPtr
;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
271
if (
_convertedDUCEPtr
!= null)
273
_convertedDUCEPtr
.Close();