3 writes to _source
PresentationCore (3)
System\Windows\Media\Imaging\CachedBitmap.cs (3)
50
_source
= source;
93
_source
= null;
219
_source
= sourceBitmap._source;
7 references to _source
PresentationCore (7)
System\Windows\Media\Imaging\CachedBitmap.cs (7)
51
RegisterDownloadEventSource(
_source
);
215
if (sourceBitmap.
_source
!= null)
219
_source = sourceBitmap.
_source
;
220
RegisterDownloadEventSource(
_source
);
266
WicSourceHandle = CreateCachedBitmap(
_source
as BitmapFrame,
_source
.WicSourceHandle, _createOptions, _cacheOption,
_source
.Palette);