3 writes to _source
PresentationCore (3)
System\Windows\Media\Imaging\CachedBitmap.cs (3)
29
_source
= source;
72
_source
= null;
198
_source
= sourceBitmap._source;
7 references to _source
PresentationCore (7)
System\Windows\Media\Imaging\CachedBitmap.cs (7)
30
RegisterDownloadEventSource(
_source
);
194
if (sourceBitmap.
_source
!= null)
198
_source = sourceBitmap.
_source
;
199
RegisterDownloadEventSource(
_source
);
245
WicSourceHandle = CreateCachedBitmap(
_source
as BitmapFrame,
_source
.WicSourceHandle, _createOptions, _cacheOption,
_source
.Palette);