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)
57RegisterDownloadEventSource(_source); 242if (sourceBitmap._source != null) 246_source = sourceBitmap._source; 247RegisterDownloadEventSource(_source); 303WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette);