1 write to s_animationThread
System.Drawing.Common (1)
System\Drawing\ImageAnimator.cs (1)
259s_animationThread = new Thread(new ThreadStart(AnimateImages))
2 references to s_animationThread
System.Drawing.Common (2)
System\Drawing\ImageAnimator.cs (2)
257if (s_animationThread is null) 265s_animationThread.Start();