1 write to _eventSource
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1947_eventSource = value;
8 references to _eventSource
PresentationCore (8)
System\Windows\Media\Imaging\BitmapSource.cs (8)
1925if (!_eventSource.IsFrozen) 1927_eventSource.DownloadCompleted += OnSourceDownloadCompleted; 1928_eventSource.DownloadFailed += OnSourceDownloadFailed; 1929_eventSource.DownloadProgress += OnSourceDownloadProgress; 1938return _eventSource; 1942if (_eventSource != null) 1944DetachSourceDownloadHandlers(_eventSource); 1949if (_eventSource != null)