1 write to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (1)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (1)
381_unhandledExceptionHandlers = New List(Of UnhandledExceptionEventHandler)
11 references to _unhandledExceptionHandlers
Microsoft.VisualBasic.Forms (11)
Microsoft\VisualBasic\ApplicationServices\WindowsFormsApplicationBase.vb (11)
380If _unhandledExceptionHandlers Is Nothing Then 384_unhandledExceptionHandlers.Add(value) 388If _unhandledExceptionHandlers.Count = 1 Then 394If _unhandledExceptionHandlers IsNot Nothing AndAlso 395_unhandledExceptionHandlers.Count > 0 Then 396_unhandledExceptionHandlers.Remove(value) 399If _unhandledExceptionHandlers.Count = 0 Then 406If _unhandledExceptionHandlers IsNot Nothing Then 412For Each handler As UnhandledExceptionEventHandler In _unhandledExceptionHandlers 929If _unhandledExceptionHandlers IsNot Nothing AndAlso _unhandledExceptionHandlers.Count > 0 Then