1 write to _progressEvent
PresentationCore (1)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1434
_progressEvent
= sourceBitmap._progressEvent.Clone();
7 references to _progressEvent
PresentationCore (7)
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
499
_progressEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapImage.cs (1)
875
_progressEvent
.InvokeEvents(this, e);
System\Windows\Media\Imaging\BitmapSource.cs (5)
286
_progressEvent
.AddEvent(value);
291
_progressEvent
.RemoveEvent(value);
1271
_progressEvent
.InvokeEvents(this, e);
1432
if (sourceBitmap.
_progressEvent
!= null)
1434
_progressEvent = sourceBitmap.
_progressEvent
.Clone();