2 references to OnShutdown
System.Drawing (2)
commonui\System\Drawing\BufferedGraphicsManager.cs (2)
41
AppDomain.CurrentDomain.ProcessExit += new EventHandler(BufferedGraphicsManager.
OnShutdown
);
42
AppDomain.CurrentDomain.DomainUnload += new EventHandler(BufferedGraphicsManager.
OnShutdown
);