1 write to _exceptionWrapper
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
42
_exceptionWrapper
= new ExceptionWrapper();
3 references to _exceptionWrapper
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
43
_exceptionWrapper
.Catch += new ExceptionWrapper.CatchHandler(CatchExceptionStatic);
44
_exceptionWrapper
.Filter += new ExceptionWrapper.FilterHandler(ExceptionFilterStatic);
3119
return
_exceptionWrapper
.TryCatchWhen(this, callback, args, numArgs, catchHandler);