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