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