1 instantiation of DispatcherUnhandledExceptionFilterEventArgs
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1928_exceptionFilterEventArgs = new DispatcherUnhandledExceptionFilterEventArgs(this);
2 references to DispatcherUnhandledExceptionFilterEventArgs
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
3206private DispatcherUnhandledExceptionFilterEventArgs _exceptionFilterEventArgs;
Base\System\Windows\Threading\DispatcherExceptionFilterEventArgs.cs (1)
136public delegate void DispatcherUnhandledExceptionFilterEventHandler(object sender, DispatcherUnhandledExceptionFilterEventArgs e);