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