1 write to _progressEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1479
_progressEvent
= sourceBitmap._progressEvent.Clone();
7 references to _progressEvent
PresentationCore (7)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
522
_progressEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
893
_progressEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapSource.cs (5)
300
_progressEvent
.AddEvent(value);
305
_progressEvent
.RemoveEvent(value);
1316
_progressEvent
.InvokeEvents(this, e);
1477
if (sourceBitmap.
_progressEvent
!= null)
1479
_progressEvent = sourceBitmap.
_progressEvent
.Clone();