1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1977
_eventSource
= value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1955
if (!
_eventSource
.IsFrozen)
1957
_eventSource
.DownloadCompleted += OnSourceDownloadCompleted;
1958
_eventSource
.DownloadFailed += OnSourceDownloadFailed;
1959
_eventSource
.DownloadProgress += OnSourceDownloadProgress;
1968
return
_eventSource
;
1972
if (
_eventSource
!= null)
1974
DetachSourceDownloadHandlers(
_eventSource
);
1979
if (
_eventSource
!= null)