4 writes to _unmanagedSource
PresentationCore (4)
System\Windows\Media\Imaging\InteropBitmapSource.cs (4)
50out _unmanagedSource)); 81out _unmanagedSource)); 127out _unmanagedSource 157_unmanagedSource = sourceBitmapSource._unmanagedSource;
16 references to _unmanagedSource
PresentationCore (16)
System\Windows\Media\Imaging\InteropBitmapSource.cs (16)
51Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 54_unmanagedSource.CalculateSize(); 57_syncObject = _unmanagedSource; 82Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 85_unmanagedSource.CalculateSize(); 88_syncObject = _unmanagedSource; 129Debug.Assert (_unmanagedSource != null && !_unmanagedSource.IsInvalid); 131_unmanagedSource.CalculateSize(); 134_syncObject = _unmanagedSource; 157_unmanagedSource = sourceBitmapSource._unmanagedSource; 278if (_unmanagedSource != null) 346BitmapSourceSafeMILHandle transformedSource = _unmanagedSource; 348HRESULT.Check(UnsafeNativeMethods.WICBitmap.SetResolution(_unmanagedSource, 96, 96));