4 references to DispatcherUnhandledException
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12067app.DispatcherUnhandledException += OnUnhandledException; 12353app.DispatcherUnhandledException -= OnUnhandledException; // avoid re-entrancy
System\Windows\Documents\TextStore.cs (2)
4720app.DispatcherUnhandledException += OnUnhandledException; 4923app.DispatcherUnhandledException -= OnUnhandledException; // avoid re-entrancy