1 write to _decodeFailedEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1489_decodeFailedEvent = sourceBitmap._decodeFailedEvent.Clone();
5 references to _decodeFailedEvent
PresentationCore (5)
System\Windows\Media\Imaging\BitmapSource.cs (5)
337_decodeFailedEvent.AddEvent(value); 343_decodeFailedEvent.RemoveEvent(value); 1238_decodeFailedEvent.InvokeEvents(this, e); 1487if (sourceBitmap._decodeFailedEvent != null) 1489_decodeFailedEvent = sourceBitmap._decodeFailedEvent.Clone();