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)
454
if (
_bitmapSource
!= null)
456
DownloadCompletedEventManager.RemoveHandler(
_bitmapSource
, OnSourceDownloaded);
457
DownloadFailedEventManager.RemoveHandler(
_bitmapSource
, OnSourceFailed);
458
DecodeFailedEventManager.RemoveHandler(
_bitmapSource
, OnSourceFailed);