1 write to _decodeFailedEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1444_decodeFailedEvent = sourceBitmap._decodeFailedEvent.Clone();
5 references to _decodeFailedEvent
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
323_decodeFailedEvent.AddEvent(value); 329_decodeFailedEvent.RemoveEvent(value); 1193_decodeFailedEvent.InvokeEvents(this, e); 1442if (sourceBitmap._decodeFailedEvent != null) 1444_decodeFailedEvent = sourceBitmap._decodeFailedEvent.Clone();