2 writes to _bitmapSource
PresentationFramework (2)
src\Framework\System\Windows\Controls\Image.cs (2)
449_bitmapSource = bitmapSource; 459_bitmapSource = null;
4 references to _bitmapSource
PresentationFramework (4)
src\Framework\System\Windows\Controls\Image.cs (4)
454if (_bitmapSource != null) 456DownloadCompletedEventManager.RemoveHandler(_bitmapSource, OnSourceDownloaded); 457DownloadFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed); 458DecodeFailedEventManager.RemoveHandler(_bitmapSource, OnSourceFailed);