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)
882if (_convertedDUCEPtr != null && !_convertedDUCEPtr.IsInvalid) 1013return _convertedDUCEPtr;
Core\CSharp\System\Windows\Media\Imaging\RenderTargetBitmap.cs (2)
271if (_convertedDUCEPtr != null) 273_convertedDUCEPtr.Close();