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); 3061requestCatch = _exceptionFilterEventArgs.RequestCatch;