1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1976
_eventSource
= value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1954
if (!
_eventSource
.IsFrozen)
1956
_eventSource
.DownloadCompleted += OnSourceDownloadCompleted;
1957
_eventSource
.DownloadFailed += OnSourceDownloadFailed;
1958
_eventSource
.DownloadProgress += OnSourceDownloadProgress;
1967
return
_eventSource
;
1971
if (
_eventSource
!= null)
1973
DetachSourceDownloadHandlers(
_eventSource
);
1978
if (
_eventSource
!= null)