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