3 references to _progressEvent
PresentationCore (3)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
917
_progressEvent
.AddEvent(value);
923
_progressEvent
.RemoveEvent(value);
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
387
_progressEvent
.InvokeEvents(this, new DownloadProgressEventArgs(percentComplete));