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)
750if (_convertedDUCEPtr != null && !_convertedDUCEPtr.IsInvalid) 880return _convertedDUCEPtr;
System\Windows\Media\Imaging\RenderTargetBitmap.cs (1)
216_convertedDUCEPtr?.Close();