4 writes to _unmanagedSource
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (4)
77out _unmanagedSource)); 114out _unmanagedSource)); 173out _unmanagedSource 212_unmanagedSource = sourceBitmapSource._unmanagedSource;
16 references to _unmanagedSource
PresentationCore (16)
Core\CSharp\System\Windows\Media\Imaging\InteropBitmapSource.cs (16)
78Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 81_unmanagedSource.CalculateSize(); 84_syncObject = _unmanagedSource; 115Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 118_unmanagedSource.CalculateSize(); 121_syncObject = _unmanagedSource; 175Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 177_unmanagedSource.CalculateSize(); 180_syncObject = _unmanagedSource; 212_unmanagedSource = sourceBitmapSource._unmanagedSource; 368if (_unmanagedSource != null) 440BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 442HRESULT.Check(UnsafeNativeMethods.WICBitmap.SetResolution(_unmanagedSource, 96, 96));