6 references to UnhandledException
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1261Dispatcher.UnhandledException += value; 1272Dispatcher.UnhandledException -= value;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
120Dispatcher.UnhandledException += this.proxy.OnDispatcherUnhandledException;
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (3)
3088if (UnhandledException != null) 3095UnhandledException(this, _unhandledExceptionEventArgs); 3113get { return (UnhandledException != null); }