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