1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1947
_eventSource
= value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1925
if (!
_eventSource
.IsFrozen)
1927
_eventSource
.DownloadCompleted += OnSourceDownloadCompleted;
1928
_eventSource
.DownloadFailed += OnSourceDownloadFailed;
1929
_eventSource
.DownloadProgress += OnSourceDownloadProgress;
1938
return
_eventSource
;
1942
if (
_eventSource
!= null)
1944
DetachSourceDownloadHandlers(
_eventSource
);
1949
if (
_eventSource
!= null)