4 references to OnProcessExit
System.Drawing (4)
commonui\System\Drawing\Advanced\Gdiplus.cs (4)
157
currentDomain.ProcessExit += new EventHandler(SafeNativeMethods.Gdip.
OnProcessExit
);
163
currentDomain.DomainUnload += new EventHandler(SafeNativeMethods.Gdip.
OnProcessExit
);
206
currentDomain.ProcessExit -= new EventHandler(SafeNativeMethods.Gdip.
OnProcessExit
);
208
currentDomain.DomainUnload -= new EventHandler(SafeNativeMethods.Gdip.
OnProcessExit
);