1 write to _unhandledExceptionEventArgs
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1927_unhandledExceptionEventArgs = new DispatcherUnhandledExceptionEventArgs(this);
3 references to _unhandledExceptionEventArgs
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
3090_unhandledExceptionEventArgs.Initialize(e, false); 3095UnhandledException(this, _unhandledExceptionEventArgs); 3096handled = _unhandledExceptionEventArgs.Handled;