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)
449
if (
_bitmapSource
!= null)
451
DownloadCompletedEventManager.RemoveHandler(
_bitmapSource
, OnSourceDownloaded);
452
DownloadFailedEventManager.RemoveHandler(
_bitmapSource
, OnSourceFailed);
453
DecodeFailedEventManager.RemoveHandler(
_bitmapSource
, OnSourceFailed);