1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
413_unhandledExceptionHandlers = New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
412If _unhandledExceptionHandlers Is Nothing Then 416_unhandledExceptionHandlers.Add(value) 420If _unhandledExceptionHandlers.Count = 1 Then 426If _unhandledExceptionHandlers IsNot Nothing AndAlso 427_unhandledExceptionHandlers.Count > 0 Then 428_unhandledExceptionHandlers.Remove(value) 431If _unhandledExceptionHandlers.Count = 0 Then 438If _unhandledExceptionHandlers IsNot Nothing Then 444For Each handler As UnhandledExceptionEventHandler In _unhandledExceptionHandlers 962If _unhandledExceptionHandlers IsNot Nothing AndAlso _unhandledExceptionHandlers.Count > 0 Then