2 writes to _bitmapSource
PresentationFramework (2)
System\Windows\Controls\Image.cs (2)
444_bitmapSource = bitmapSource; 454_bitmapSource = null;
4 references to _bitmapSource
PresentationFramework (4)
System\Windows\Controls\Image.cs (4)
449if (_bitmapSource != null) 451DownloadCompletedEventManager.RemoveHandler(_bitmapSource, OnSourceDownloaded); 452DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 453DecodeFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed);