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); 3119return _exceptionWrapper.TryCatchWhen(this, callback, args, numArgs, catchHandler);