3 writes to _source
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (3)
56
_source
= source;
110
_source
= null;
246
_source
= sourceBitmap._source;
7 references to _source
PresentationCore (7)
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (7)
57
RegisterDownloadEventSource(
_source
);
242
if (sourceBitmap.
_source
!= null)
246
_source = sourceBitmap.
_source
;
247
RegisterDownloadEventSource(
_source
);
303
WicSourceHandle = CreateCachedBitmap(
_source
as BitmapFrame,
_source
.WicSourceHandle, _createOptions, _cacheOption,
_source
.Palette);