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