4 references to Catch
WindowsBase (4)
Base\MS\Internal\Threading\ExceptionWrapper.cs (3)
145bool shouldCatch = (null != Catch); 169if(null != Catch) 170return Catch(source, e);
Base\System\Windows\Threading\Dispatcher.cs (1)
43_exceptionWrapper.Catch += new ExceptionWrapper.CatchHandler(CatchExceptionStatic);