3 references to _progressEvent
PresentationCore (3)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
835
_progressEvent
.AddEvent(value);
841
_progressEvent
.RemoveEvent(value);
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
350
_progressEvent
.InvokeEvents(this, new DownloadProgressEventArgs(percentComplete));