1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1992
_eventSource
= value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1970
if (!
_eventSource
.IsFrozen)
1972
_eventSource
.DownloadCompleted += OnSourceDownloadCompleted;
1973
_eventSource
.DownloadFailed += OnSourceDownloadFailed;
1974
_eventSource
.DownloadProgress += OnSourceDownloadProgress;
1983
return
_eventSource
;
1987
if (
_eventSource
!= null)
1989
DetachSourceDownloadHandlers(
_eventSource
);
1994
if (
_eventSource
!= null)