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