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