1 instantiation of DispatcherUnhandledExceptionEventArgs
WindowsBase (1)
Base\System\Windows\Threading\Dispatcher.cs (1)
1927_unhandledExceptionEventArgs = new DispatcherUnhandledExceptionEventArgs(this);
5 references to DispatcherUnhandledExceptionEventArgs
PresentationFramework (1)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
12187static void OnUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
132void OnDispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e) 1749public void OnDispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
3199private DispatcherUnhandledExceptionEventArgs _unhandledExceptionEventArgs;
Base\System\Windows\Threading\DispatcherExceptionEventArgs.cs (1)
124public delegate void DispatcherUnhandledExceptionEventHandler(object sender, DispatcherUnhandledExceptionEventArgs e);