2 writes to _bitmapSource
PresentationFramework (2)
System\Windows\Controls\Image.cs (2)
436_bitmapSource = bitmapSource; 446_bitmapSource = null;
4 references to _bitmapSource
PresentationFramework (4)
System\Windows\Controls\Image.cs (4)
441if (_bitmapSource != null) 443DownloadCompletedEventManager.RemoveHandler(_bitmapSource, OnSourceDownloaded); 444DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 445DecodeFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed);