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)
441
if (
_bitmapSource
!= null)
443
DownloadCompletedEventManager.RemoveHandler(
_bitmapSource
, OnSourceDownloaded);
444
DownloadFailedEventManager.RemoveHandler(
_bitmapSource
, OnSourceFailed);
445
DecodeFailedEventManager.RemoveHandler(
_bitmapSource
, OnSourceFailed);