1 write to animationThread
System.Drawing (1)
commonui\System\Drawing\ImageAnimator.cs (1)
232
animationThread
= new Thread(new ThreadStart(AnimateImages50ms));
4 references to animationThread
System.Drawing (4)
commonui\System\Drawing\ImageAnimator.cs (4)
231
if(
animationThread
== null) {
233
animationThread
.Name = typeof(ImageAnimator).Name;
234
animationThread
.IsBackground = true;
235
animationThread
.Start();