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)
3206
private
DispatcherUnhandledExceptionFilterEventArgs
_exceptionFilterEventArgs;
Base\System\Windows\Threading\DispatcherExceptionFilterEventArgs.cs (1)
136
public delegate void DispatcherUnhandledExceptionFilterEventHandler(object sender,
DispatcherUnhandledExceptionFilterEventArgs
e);