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)
30RegisterDownloadEventSource(_source); 194if (sourceBitmap._source != null) 198_source = sourceBitmap._source; 199RegisterDownloadEventSource(_source); 245WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette);