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