1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1946
_eventSource
= value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1924
if (!
_eventSource
.IsFrozen)
1926
_eventSource
.DownloadCompleted += OnSourceDownloadCompleted;
1927
_eventSource
.DownloadFailed += OnSourceDownloadFailed;
1928
_eventSource
.DownloadProgress += OnSourceDownloadProgress;
1937
return
_eventSource
;
1941
if (
_eventSource
!= null)
1943
DetachSourceDownloadHandlers(
_eventSource
);
1948
if (
_eventSource
!= null)