1 instantiation of 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);
3193
private static
ExceptionWrapper
_exceptionWrapper;