1 write to _eventSource
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
2118
_eventSource
= value;
8 references to _eventSource
PresentationCore (8)
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (8)
2096
if (!
_eventSource
.IsFrozen)
2098
_eventSource
.DownloadCompleted += OnSourceDownloadCompleted;
2099
_eventSource
.DownloadFailed += OnSourceDownloadFailed;
2100
_eventSource
.DownloadProgress += OnSourceDownloadProgress;
2109
return
_eventSource
;
2113
if (
_eventSource
!= null)
2115
DetachSourceDownloadHandlers(
_eventSource
);
2120
if (
_eventSource
!= null)