1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1977_eventSource = value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1955if (!_eventSource.IsFrozen) 1957_eventSource.DownloadCompleted += OnSourceDownloadCompleted; 1958_eventSource.DownloadFailed += OnSourceDownloadFailed; 1959_eventSource.DownloadProgress += OnSourceDownloadProgress; 1968return _eventSource; 1972if (_eventSource != null) 1974DetachSourceDownloadHandlers(_eventSource); 1979if (_eventSource != null)