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);
3095
UnhandledException(this,
_unhandledExceptionEventArgs
);
3096
handled =
_unhandledExceptionEventArgs
.Handled;