Implemented interface member:
event
ProcessExit
System._AppDomain.ProcessExit
27 references to ProcessExit
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
4416
AppDomain.CurrentDomain.
ProcessExit
+= DisposeOnShutdown;
PresentationCore (3)
Core\CSharp\System\Windows\Media\MediaPlayerState.cs (2)
117
AppDomain.CurrentDomain.
ProcessExit
-= _helper.ProcessExitHandler;
936
AppDomain.CurrentDomain.
ProcessExit
+= _helper.ProcessExitHandler;
Shared\MS\Internal\AppDomainShutdownMonitor.cs (1)
30
AppDomain.CurrentDomain.
ProcessExit
+= OnShutdown;
SMSvcHost (1)
System\ServiceModel\Activation\Diagnostics\ListenerPerfCounters.cs (1)
56
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(ListenerPerfCounters.ExitOrUnloadEventHandler);
System (3)
compmod\microsoft\win32\SystemEvents.cs (1)
753
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(SystemEvents.Shutdown);
net\System\Net\_NetworkingPerfCounters.cs (1)
211
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(ExitEventHandler);
net\System\Net\Logging.cs (1)
217
currentDomain.
ProcessExit
+= new EventHandler(ProcessExitEvent);
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
170
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(this.ExitEventHandler);
System.Drawing (4)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
157
currentDomain.
ProcessExit
+= new EventHandler(SafeNativeMethods.Gdip.OnProcessExit);
206
currentDomain.
ProcessExit
-= new EventHandler(SafeNativeMethods.Gdip.OnProcessExit);
commonui\System\Drawing\BufferedGraphicsManager.cs (1)
41
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(BufferedGraphicsManager.OnShutdown);
commonui\System\Drawing\Graphics.cs (1)
4582
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(OnDomainUnload);
System.Management (1)
Instrumentation\EventSource.cs (1)
207
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(ProcessExit);
System.Net (1)
net\Logging.cs (1)
33
currentDomain.
ProcessExit
+= new EventHandler(ProcessExitEventHandler);
System.ServiceModel (2)
System\ServiceModel\Administration\WbemProvider.cs (1)
41
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(ExitOrUnloadEventHandler);
System\ServiceModel\Diagnostics\MessageLogger.cs (1)
736
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(ExitOrUnloadEventHandler);
System.ServiceModel.Internals (1)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
313
currentDomain.
ProcessExit
+= new EventHandler(ExitOrUnloadEventHandler);
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
252
currentDomain.
ProcessExit
+= new EventHandler(ExitOrUnloadEventHandler);
System.Web.Services (2)
System\Web\Services\Diagnostics\TraceUtility.cs (1)
78
currentDomain.
ProcessExit
+= new EventHandler(ProcessExitEvent);
System\Web\Services\Protocols\RemoteDebugger.cs (1)
92
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(OnProcessExit);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Application.cs (1)
2514
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(OnDomainUnload);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
114
AppDomain.CurrentDomain.
ProcessExit
+= shutdownHandler;
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
281
AppDomain.CurrentDomain.
ProcessExit
+= OnDomainUnload;
641
AppDomain.CurrentDomain.
ProcessExit
-= OnDomainUnload;
WindowsBase (2)
Base\MS\Internal\ShutDownListener.cs (2)
87
AppDomain.CurrentDomain.
ProcessExit
+= new EventHandler(HandleShutDown);
124
AppDomain.CurrentDomain.
ProcessExit
-= new EventHandler(HandleShutDown);