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)
2096if (!_eventSource.IsFrozen) 2098_eventSource.DownloadCompleted += OnSourceDownloadCompleted; 2099_eventSource.DownloadFailed += OnSourceDownloadFailed; 2100_eventSource.DownloadProgress += OnSourceDownloadProgress; 2109return _eventSource; 2113if (_eventSource != null) 2115DetachSourceDownloadHandlers(_eventSource); 2120if (_eventSource != null)