4 references to DispatcherUnhandledException
PresentationFramework (4)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
12041app.DispatcherUnhandledException += OnUnhandledException; 12323app.DispatcherUnhandledException -= OnUnhandledException; // avoid re-entrancy
System\Windows\Documents\TextStore.cs (2)
4704app.DispatcherUnhandledException += OnUnhandledException; 4903app.DispatcherUnhandledException -= OnUnhandledException; // avoid re-entrancy