1 write to _decodeFailedEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1474_decodeFailedEvent = sourceBitmap._decodeFailedEvent.Clone();
5 references to _decodeFailedEvent
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
322_decodeFailedEvent.AddEvent(value); 328_decodeFailedEvent.RemoveEvent(value); 1223_decodeFailedEvent.InvokeEvents(this, e); 1472if (sourceBitmap._decodeFailedEvent != null) 1474_decodeFailedEvent = sourceBitmap._decodeFailedEvent.Clone();