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