1 write to _threadExitHandler
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Animation\AnimationManager.cs (1)
42_threadExitHandler = OnThreadExit;
2 references to _threadExitHandler
System.Windows.Forms (2)
System\Windows\Forms\Rendering\Animation\AnimationManager.cs (2)
44Application.ThreadExit += _threadExitHandler; 58Application.ThreadExit -= _threadExitHandler;