1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1992_eventSource = value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1970if (!_eventSource.IsFrozen) 1972_eventSource.DownloadCompleted += OnSourceDownloadCompleted; 1973_eventSource.DownloadFailed += OnSourceDownloadFailed; 1974_eventSource.DownloadProgress += OnSourceDownloadProgress; 1983return _eventSource; 1987if (_eventSource != null) 1989DetachSourceDownloadHandlers(_eventSource); 1994if (_eventSource != null)