1 write to _progressEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1464
_progressEvent
= sourceBitmap._progressEvent.Clone();
7 references to _progressEvent
PresentationCore (7)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
502
_progressEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
875
_progressEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapSource.cs (5)
285
_progressEvent
.AddEvent(value);
290
_progressEvent
.RemoveEvent(value);
1301
_progressEvent
.InvokeEvents(this, e);
1462
if (sourceBitmap.
_progressEvent
!= null)
1464
_progressEvent = sourceBitmap.
_progressEvent
.Clone();