4 writes to _unmanagedSource
PresentationCore (4)
System\Windows\Media\Imaging\InteropBitmapSource.cs (4)
45out _unmanagedSource)); 76out _unmanagedSource)); 122out _unmanagedSource 152_unmanagedSource = sourceBitmapSource._unmanagedSource;
16 references to _unmanagedSource
PresentationCore (16)
System\Windows\Media\Imaging\InteropBitmapSource.cs (16)
46Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 49_unmanagedSource.CalculateSize(); 52_syncObject = _unmanagedSource; 77Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 80_unmanagedSource.CalculateSize(); 83_syncObject = _unmanagedSource; 124Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 126_unmanagedSource.CalculateSize(); 129_syncObject = _unmanagedSource; 152_unmanagedSource = sourceBitmapSource._unmanagedSource; 273if (_unmanagedSource != null) 341BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 343HRESULT.Check(UnsafeNativeMethods.WICBitmap.SetResolution(_unmanagedSource, 96, 96));