1 write to _exceptionFilterEventArgs
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1928
_exceptionFilterEventArgs
= new DispatcherUnhandledExceptionFilterEventArgs(this);
3 references to _exceptionFilterEventArgs
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
3050
_exceptionFilterEventArgs
.Initialize(e, requestCatch);
3054
_unhandledExceptionFilter(this,
_exceptionFilterEventArgs
);
3061
requestCatch =
_exceptionFilterEventArgs
.RequestCatch;