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)
51RegisterDownloadEventSource(_source); 215if (sourceBitmap._source != null) 219_source = sourceBitmap._source; 220RegisterDownloadEventSource(_source); 266WicSourceHandle = CreateCachedBitmap(_source as BitmapFrame, _source.WicSourceHandle, _createOptions, _cacheOption, _source.Palette);