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)
44
Application.ThreadExit +=
_threadExitHandler
;
58
Application.ThreadExit -=
_threadExitHandler
;