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