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)
12187
static void OnUnhandledException(object sender,
DispatcherUnhandledExceptionEventArgs
e)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
132
void OnDispatcherUnhandledException(object sender,
DispatcherUnhandledExceptionEventArgs
e)
1749
public void OnDispatcherUnhandledException(object sender,
DispatcherUnhandledExceptionEventArgs
e)
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
3199
private
DispatcherUnhandledExceptionEventArgs
_unhandledExceptionEventArgs;
Base\System\Windows\Threading\DispatcherExceptionEventArgs.cs (1)
124
public delegate void DispatcherUnhandledExceptionEventHandler(object sender,
DispatcherUnhandledExceptionEventArgs
e);