1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1976_eventSource = value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1954if (!_eventSource.IsFrozen) 1956_eventSource.DownloadCompleted += OnSourceDownloadCompleted; 1957_eventSource.DownloadFailed += OnSourceDownloadFailed; 1958_eventSource.DownloadProgress += OnSourceDownloadProgress; 1967return _eventSource; 1971if (_eventSource != null) 1973DetachSourceDownloadHandlers(_eventSource); 1978if (_eventSource != null)