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