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